Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need this put into Java code to turn in for my class! IS 2033 PA1 ASSIGNMENT TOTAL POINTS: 1000 CODE DUE: 7/1/17 BY 11:59 PM

Need this put into Java code to turn in for my class!image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

IS 2033 PA1 ASSIGNMENT TOTAL POINTS: 1000 CODE DUE: 7/1/17 BY 11:59 PM Do not submit code that doesn't compil PLAN DUE: TO BE GRADED AT OPEN TUTORING NO LATER THAN THE DAY BEFORE PA DUE DATE. DO NOT WAIT OTHERWISE, YOU WON'T GET A GRADE!!! ALL OR NOTHING. 10% OF GRADE READ CAREFULLY LL" THE INSTRUCTIONS UTSA HONOR CODE: As a UTSA student, you are bound by the honor code, so DO NOT cheat on any of your coursework. By submitting this assignment, you are attesting to your own authorship based on material from the IS 2033 textbook and/or your professor. heating can result in any one, or combination, or all of the following: reduced or failing grade for the assignment, a signed statement of the infraction, reduced or failing grade for the course, reporting of Student name to the Department Chair and faculty, Dean's Office and COB faculty, and/or elevation to Student Conduct and Community Standards. OBJECTIVE (this is not the program purpose: Code a program that uses the concepts covered in chapters 1-3 and lecture PREP WORK: 1, 2, 3 (includes the instructor's PowerPoint slides); all labs up through chapter 3 You'll be graded on how well you follow the program instructions and the accuracy of GRADING your output as reflected in the prompts, the output specifications, and the sample output Each line of output can be associated with multiple points in the code! The instructions prompts and output are what the user wants. You are not at liberty to change anything, but code to these requirements PROGRAMINSTRUCTIONS: Create a program that computes annual sales revenue to-date to determine the status of the company's sales revenue and whether a year-end bonus is in store for the employees. Sales revenue is captured by month within a quarter, therefore, the user can enter as many quarters as needed as long as the quarters are not less than 1 orgreater than 4. lf sales revenue is greater than or equal to 20% of projected annual sales, then employees qualify for a 5% year-end bonus, otherwise, the company is told whether their sales are on track, behind, met or exceeded. Use print with format specifiers where needed 1. Develo pseudocode) ur plan FIRST a. The prompts (to return press Alt then left arrow) tell you what input variables you will need b. The final output specifications will tell you the type of calculations you wi need (if any) and whether you will need to declare additional variables. C. The sample output will tell you the order of logic for your code d. Save your plan as YourLastNameFirstlnitialSecNoPA1Plan. Download the plan instructions and the plan template through the links posted for this assignment on Blackboard. 2. Logical Control Structures a. Declare a total of 12 method-level (local) variables properly initialized. b. Use a counter-controlled while-loop to process the number of quarters

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Automating Access Databases With Macros

Authors: Fish Davis

1st Edition

1797816349, 978-1797816340

More Books

Students also viewed these Databases questions