Reference no: EM132209649
Question: For the following program:
1) Create an algorithm called exemptAlgorithm.txt
2) Create the source code called exempt.py
3) Upload your algorithm and source code to BCOnline.
Exempt: You will be writing a program to determine whether or not a student is exempt from the final exam in COP1000C.
Your program should do the following:
• Prompt the user for a student's average and number of days missed.
Input Validation: • Average must be between 0 and 100
• Number of days missed cannot be less than 0. Be sure to validate each value separately!
• Use the following conditions to display a message indicating whether or not a student is exempt from the final exam. If exempt, indicate why.
• Average is at least 96
• Average is at least 93 and days missed are less than 3
• Average is at least 90 and student has perfect attendance
Information related to above question is enclosed below:
Attachment:- COP1000CLabAssignment3.doc.rar
Write a program that converts centimeters to inches
: Your program should prompt the user to enter a height in centimeters, convert it to inches, and print the result to the console.
|
Assign the number of lines as class constant variable
: Write a program to create the following figure by using of nested for loops. Assign the number of lines as class constant variable in order to change the size.
|
Write a program that configures the uart for operation
: Write a program that configures the UART for operation at 115200 baud, 8 data bits, no parity and 1 stop bit (assume an 8 MHz clock for MSP430).
|
Write a program that contains a definition for data types
: Question :Write a program that contains a definition for each data type listed below in Microprocessor Assembly Language, using Assembly Code.
|
Create an exempt algorithm
: Create an algorithm called exemptAlgorithm.txt. You will be writing a program to determine whether or not a student is exempt from the final exam in COP1000C.
|
Create a file of your own and test your code
: Write a program that counts the total number of lines, words and characters (not including whitespace) and average word length in a given text file.
|
Write a program that contains an array of rental prices
: Write a program that contains an array of rental prices initialized with the following data: 550.00, 675.00, 850.00.
|
Explain the motivation underlying each deception
: In a 400-600 word paper, explain the motivation underlying each deception, how the deception is presented, and reasonable ways to detect and protect yourself.
|
Write a program in which you create a const whose value
: Write a program in which you create a const whose value is determined at runtime by reading the time when the program starts
|