📜  您的年龄加倍是:xx 其中 x 是用户的年龄加倍. (打印没有小数位的答案) - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:57.693000             🧑  作者: Mango

代码示例1
double the user’s age and print “Your age doubled is: xx” where xx is the user’s age doubled. (print answer with no decimal places)