Write A Function Count (A, B, C) That Counts And Displays From The Start A Until Stop Value B . . .
Write A Function Count (A, B, C) That Counts And Displays From The Start A Until Stop Value B With A Step C. Given A=2, B=7, C=2; The Expected Output Is: 2 4 6 To Answer The Question, Drag And Drop The Statements (Below) To Their Correct Position In The Code (Above) I+ =Step Def Main(); A,B,C = 2, 7,2 Print(I, End=”) I=Start While(I<=Stop): Count(A,B,C)
This problem has been solved!
please
Expert Answer
Answer: a=2, b=7, c=2
OR