Programs repeated m
Write a program to create two threads. One thread will display 6
the numbers from 1 to 50 (ascending order) and other thread will
display numbers from 50 to 1 (descending order).
Write a program to input name and salary of employee and throw 6
user defined exception if entered salary is negative.
Define a class student with int id and string name as data 4
members and a method void SetData ( ). Accept and display the
data for five students.