
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
thumb_up100%
I need help creating an algorithim desgin for my
The user will know how many students that they have.
M: Mathematics
C: Computer Science
E: Engineering (could be
The output will look like this: JS is a Sophmore (Mechanical) Engineer major.
In the program there will be for loops (that can become while loops), it will display each student at a time, no arrays, enter how many students they want to enter, read in a string (as a string of characters).
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 3 steps with 1 images

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- I am having difficulty coding this particular program. It would be amazing if I could have help with the codes. A screenshot of the entire working code would be beneficial. Thank you so much and take care!arrow_forwardHello, I need to solve this problem with C++ programming language using Visual Studio. Thank you.arrow_forwardcreate a simple java program: your program must ask the user to input the name of the food and how much calories it have. then , it will determine if that food is healthy or not. Calories less than 300 is healthy, and 300 and above is not healthy. add this buttons: check button: check if the food is healthy/not reset button: it will clear all your inputs cancel button: it will close your program/frame use any of the ff: java awt java swing java layout manager java applet example output: food: pizza calories: 200 Congrats! your food is healthyarrow_forward
- Instructions from your teacher: Write a program that asks the user to enter a character. Then pass the character to the following methods. changeCase() – if the character is lower case then change it to upper case and if the character is in upper case then change it to lower case. Example output is given below: Enter a character a a is equivalent to A Note: Java represents character using Unicode encoding and ‘A’ to ‘Z’ is represented by numbers 65 to 90 and ‘a’ to ‘z’ is represented by numbers 97 to 122. So to convert ‘A’ to ‘a’ you need to add (97-65) to A and then cast it to Character type since the addition will change its type to integer. You can use the following code to read a character from console. When you call charAt(i) method for any String it returns the character at index i. The index of first character is 0, the index of second character is 1 and so on. Scanner input = new Scanner(System.in); char ch =input.next().charAt(0); If you…arrow_forwardA company has 5 stores {1, 2, 3, 4, 5}. The sales for each store is as follows: {200, 300, 400, 500, 600}. The tax rate is 6% Write a java program that: 1) Calculates the sales tax for each store and the total sales tax for the company.arrow_forwardI need help completing my Java program. I want to add the sub-categories for Engineering (M = mechanical, C = civil, and E = electrical. The user inputs their first and last name we take the initals of it like John Doe, store it in a string and at the end it'll display "JD is a Senior Computer Science major" or "JD is a Freshman (Civil) Engineeing major" When that is complete the program can ask the user to enter another student or end the program.arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education