Question: convert the code to scheme Example of 'even number from 0-10 using while loop' program even; var a:integer; begin writeln('even numbers from 0 to 10

convert the code to scheme
 convert the code to scheme Example of 'even number from 0-10

Example of 'even number from 0-10 using while loop' program even; var a:integer; begin writeln('even numbers from 0 to 10 ); a:=2; while as=10 do begin writeln('=',a); a:=a+2; end; end. Output

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!