Category: C++
Added: 19th of December 2020
Viewed: 89 times
The following script in C++ asks the user to enter their name and age and then displays the results.
Two variables are created, string to store the name, and int (integer) to store the age.
Create a new file, then copy and paste the code below. Save the file as inputoutput.cpp
Other Tips & Tutorials
C++
Install Visual Studio Code in Kubuntu, Ubuntu and Ubuntu based distributions. Compile and execute C++ scriptPosted: 18th of October 2020
Views: 214
C++
Create a simple c++ script using Ubuntu and other Ubuntu based distributionsPosted: 17th of October 2020
Views: 198