Question: In coding spacing does matter. Pay attention if additional spaces are needed after your prompts. For instance in the example above, this text is followed
In coding spacing does matter. Pay attention if additional spaces are
needed after your prompts. For instance in the example above, this text
is followed by two blank spaces.
Now for some coding. Create a program that will accept two numbers,
name these numbers num and num and make them integers. Add
these numbers together and store the sum in a variable called numsum.
Print out this value to the user. There are no prompts for the input and
output statements.
Given and as numbers input to num and num the program should
just print out to the screen.
When Codio tests your program it will run it twice. The first time it will
use and The second time it will use another set of numbers.
Because there is input for this program, the Try It button will not work.
Therefore to test your code before Codio grades it click on the Code
Visualizer button below:
Code Visualizer
If your code is running correctly, you can click on the Check It button to
grade your work.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
