Question: How do I get the Get statement? Please help Write two Get statements to get input values into month Born and yearBorn. Then write three

How do I get the Get statement? Please help
Write two Get statements to get input values into month Born and yearBorn. Then write three Put statements to output the month, an underscore, and the year. Ex: If the input is 1 2000, the output is: 1_2000 1 integer monthBorn integer yearBorn Variables Not shown when editing 4 X = Get next input 5 x = Get next input Put monthBorn to output 8 Put "_" to output 9 Put yearBorn to output Write two Get statements to get input values into month Born and yearBorn. Then write three Put statements to output the month, an underscore, and the year. Ex: If the input is 1 2000, the output is: 1_2000 1 integer monthBorn integer yearBorn Variables Not shown when editing 4 X = Get next input 5 x = Get next input Put monthBorn to output 8 Put "_" to output 9 Put yearBorn to output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
