the code waits 2 seconds and then writes "hello world goodbye world" instead of writing hello world and waiting 2 seconds to write goodbye world
btw this is the code:
cout<<"Hello World";
sleep(2.0);
cout<<" Goodbye World";
return 0;
the code waits 2 seconds and then writes "hello world goodbye world" instead of writing hello world and waiting 2 seconds to write goodbye world
btw this is the code:
cout<<"Hello World";
sleep(2.0);
cout<<" Goodbye World";
return 0;
Copyright © 2021 Jogjafile Inc.