subject

Write a Python program stored in a file q1.py that: Asks the user to get the code of a subject as input. The code consists of 4 characters separated by a space followed by a 3 digit number. We have computer science (CSCE), mechanical (MEEN), visualization(VIZA), mathematics(MATH) and statistics(STAT) departments. If the given code does not belong to any of the above-mentioned departments, the program should keep running until the user enters the correct answer.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:40
In this lab, you complete a python program that calculates an employee's annual bonus. input is an employee's first name, last name, salary, and numeric performance rating. if the rating is 1, 2, or 3, the bonus rate used is .25, .15, or .1 respectively. if the rating is 4 or higher, the rate is 0. the employee bonus is calculated by multiplying the bonus rate by the annual salary.
Answers: 1
question
Computers and Technology, 23.06.2019 19:50
Which feature is selected to practice and save the timing of a presentation
Answers: 1
question
Computers and Technology, 24.06.2019 09:50
Create a string list. 2. use console.readline() to collect values of firstname, lastname, street, city, state, zip, save them to list. 3. write a simple linq statement, call method uppercasewords() to change first letter to uppercase. 4. create a foreach statment to display the information. public static string uppercasewords(string value) { char[] array = value.tochararray(); if (array.length > = 1) { if (char.islower(array[0])) { array[0] = char.toupper(array[0]); } } for (int i = 1; i < array.length; i++) { if (array[i - 1] == ' ') { if (char.islower(array[i])) { array[i] = char.toupper(array[i]); } } } return new string(array);
Answers: 3
question
Computers and Technology, 24.06.2019 11:20
Every telecommunication setup uses two devices: one device to transmit data and one device to receive data. which device transmits frequencies to mobile phones? towers transmit frequencies to mobile phones.
Answers: 1
You know the right answer?
Write a Python program stored in a file q1.py that: Asks the user to get the code of a subject as in...
Questions
question
Mathematics, 15.11.2019 03:31
question
Mathematics, 15.11.2019 03:31
question
Mathematics, 15.11.2019 03:31
question
Business, 15.11.2019 03:31
Questions on the website: 13722362