Python Lab Manual Answers (22616)MSBTE  | Practical 8 |
  Practical 3 | PHP (22619) | MSBTE Lab Manual Answers| Write a PHP program to demonstrate the use of Looping structures using- a) While statement b) Do-while statement c) For statement d) Foreach statement
Write a program to print reverse counting from 10 to 1 using while loop in Python
Practical 2 | PHP Lab Manual (22619) | Write a PHP program to demonstrate the use of Decision-making control structures using- a. If statement b. If-else statement c. Switch statement