Content
Let’s make a simple number input in C includeiosream using namespace std; int main() char chMyVariable; cout "Please enter a Number: " cin chMyVariable; int iMyVariable in(chMyVariable); cout "Your Number: " iMyVariable; Alright, now test it C: Folder 9 Programm.cpp C: Folder Programm. exe Please enter q Number: 4 Your Number: 52