Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <windows.h>
- using namespace std;
- int main()
- {
- Beep(600,500);
- Beep(500,500);
- Beep(400,500);
- Beep(300,500);
- Beep(250,500);
- Beep(300,500);
- Beep(400,500);
- Beep(500,500);
- Beep(600,1000);
- }
Advertisement
Add Comment
Please, Sign In to add comment