Reference no: EM132209679 
                                                                               
                                       
Write a program to determine, and output to the screen, the class of an earthquake, given its magnitude.
A class of minor is given for those in the range of [D, 4], light if in [4, 5), moderole if in [5, 6], strong if in [6, 7], major if in [7, 8] and great if in [8, infinity].
Write a program to guess a magic number m = 4, and output to a file, each of guesses that are made.
A sequence of random numbers is generated, each in the range [1, 10]. If the number is equal to m, then the program terminates.
Otherwise, it generates another number. Your submission should include the contents of the output file using a random number generator seed of 760.
                                       
                                     
                                    
	
		| Implement a priority based pre-emptive scheduling algorithm
                                        : Write a program in either C or C++ that implements a Priority based Pre-emptive Scheduling Algorithm. | 
		| Create a display function that will display the name
                                        : Create a display() function that will display the name of the class, and all stored information about the class including area, circumference, and bounding box. | 
		| Write a program which will display the menu
                                        : Write a program, which will display the menu with 5 items. It will ask the use to give their choice. | 
		| Write a program to create a user defined java method
                                        : Write a program to Create a user defined java method that accepts as parameters, 2 Strings. | 
		| Write a program to guess a magic number
                                        : Write a program to determine, and output to the screen, the class of an earthquake, given its magnitude. | 
		| Write a program that displays all the numbers
                                        : Write a program that displays all the numbers from 100 to 1,000. ten per line, that are divisible by 5 and 6. Numbers are separated by exactly one space. | 
		| Write a program that displays the word up on the bottom
                                        : Write a program that displays the word UP on the bottom line of the screen a couple of inches to the left of center. | 
		| Write a program that emulates the popular lottery game
                                        : Write a program that emulates the popular lottery game "Powerball". First ask the user how many times he wants to play. | 
		| Read in two numbers from keyboard with instructions
                                        : Read in two numbers from keyboard with instructions, one for index, one for the size of the array; |