Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

K >KOI King's Own Institute washralion Institute of Business and Managersent Pty Lid WARM ding as King's Darn Institute [ND T222-ICT102 Introduction to Programming Assessment

image text in transcribed
K >KOI King's Own Institute washralion Institute of Business and Managersent Pty Lid WARM ding as King's Darn Institute [ND T222-ICT102 Introduction to Programming Assessment 4-20% Due Date: Week 10 Sunday 11th September 2022- 11:59pm Submission: Combine the code files for Q1 and Q2 as a zip file and submit in Moodle Question 1: Write a Program that to enter Student Name, Grade and print it to the screen with below requirements Asks the users how many student grades they want to enter. . Based on that number the program should setup a loop to ask the user to enter student name and the student grade. Save this information using 2 arrays At the end the program must show the student names and grades with 1 student on each line on the screen Program should use Arrays and loops to achieve the task. Question 2: Write a Program to calculate max and min of rain fall over 12 months, with below requirement Asks the user to enter amount of rain for each month of year For each input make sure the value must be between 0 and 100 If the user enters invalid value ask the user to enter again Use a List to save this information Use the List methods to show the minimum and maximum rain amount. Program should use List and loops to achieve the task. Question 3: This question will be assigned during the tutorial of Week 10. You must complete it during the tutorial and show it to tutor. For Marking Rubric, please refer to the Subject outline (the document on top of ICT102 Moodle page)

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

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions

Question

Describe a C program to implement Binary search and linear search.

Answered: 1 week ago