#include <iostream> #include <string> int main() { // TODO: declare name (string) = "Alice" // TODO: declare age (int) = 30 // TODO: print name, then print age return 0; }
Output
Click Run to execute, or Check to validate.
Ask questions or share tips about this tutorial
Sign in to join the discussion