fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main ()
  5. {
  6. int num1,num2,num3,num4;
  7. cout <<"You'll enter 4 numbers \n enter The first number: \n";
  8. cin >>num1;
  9.  
  10. cout <<"Enter the second number \n:";
  11. cin>> num3;
  12.  
  13. cout <<"Enter the third number: \n";
  14. cin>> num3;
  15.  
  16. cout <<"Enter the fourth number: \n";
  17. cin>> num4;
  18.  
  19. }
Success #stdin #stdout 0s 5272KB
stdin
45
stdout
You'll enter 4 numbers 
 enter The first number: 
Enter the second number 
:Enter the third number: 
Enter the fourth number: