fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. int age; //INPUT
  7. double pay; //INPUT
  8. char section; //INPUT
  9. cin >> age >> pay >> section; //INPUT
  10. cout << "Your age is " << age << endl; //OUTPUT
  11. cout << "Your pay is " << "$" << pay << endl; //OUTPUT
  12. cout << "Your section is " << section << endl; //OUTPUT
  13. return 0;
  14. }
Success #stdin #stdout 0s 5324KB
stdin
Standard input is empty
stdout
Your age is 21916
Your pay is $6.95294e-310
Your section is �