Posts Tagged ‘10965’
Write a single statement that outputs num and cost to standard output .
LANGUAGE: C++ CHALLENGE: Two variables , num and cost have been declared and given values : num is an integer and cost is a double . Write a single statement that outputs num and cost to standard output . Print both values (num first, then cost), separated by a space on a single line that…
Read More