1.
Write a PL/SQL block to accept marks of a candidate and find the result
of the candidate.
2. Write a PL/SQL program to check whether a given number is positive,
negative or zero.
3. Write a PL/SQL program to check whether a number is even or odd.
4. Write a PL/SQL program to convert a temperature in scale Fahrenheit to
Celsius and vice versa.
5. Write a program in PL/SQL to print addition of 1st n numbers.
6. Write a program in PL/SQL to print the prime numbers between 1 to 50.
7. Write a program in PL/SQL to check whether a number is prime or not
using goto statement with for loop.