Hello Name
Write a C++ program, that simply prints your name and your age. a) use std::cout to perform this task b) use printf to perform this task c) use variables to store your name and age and print...
overview