draw divisibility test of 4;3;and 9 of the following examples 3024 ;2999 ;7578;7773;8116;91;552;5427 ;872
Answers
Answered by
0
Step-by-step explanation:
PASSAGE
function maino
{
integer a=5, b=7
switch(a)
{
case 5: print "I am 5'
break
case b: print "I am not 5"
break
default
Similar questions