Computer Science, asked by athulyagksatheesh, 2 months ago

int p;

String S;

switch(p)

{

case 9: S=”Thomas Edison”;

break;

case 7: S=”Shakespeare”;

break;

case 5: S=”Leonardo Da Vinci”;

break;

default: S=”Pythagorus”;

}

Answers

Answered by aayushxidsu
1

Explanation:

bro you have written the half program not full ans

Similar questions