0
Input on c++
2 Antworten
+ 1
Hey Benjamin, here is an example of how to use c++ input
#include <iostream>
using namespace std;
int main(){
int myNumber;
cout << "Input your number";
cin >> myNumber;
cout << "Your number is " << myNumber;
return 0;
}
0
These codes with the oppropreat direction on any system work c++
include system ("process. H") ;
Into main ()
{
Process System ("cls") ;
}
Return 0;