Scenario: You recently started working as the mobile app developer for a University and have been assigned to build a mobile app that calculates the students' grade. Your app should contain following screens:
Screen 1
Screen 2
You also need to have following validations in your mobile app.
Follow this step by step approach to resolve this problem.
You need to submit following items in a zip file as part of thesubmission.
Question 2
Scenario: Once your UI is defined in Question 1, you need to create the logic to display the letter grade. You need to display the letter grade as soon as the user clicks the submit button in your app. Your app should calculate the logic as described below.
(Subject1+Subject2+Subject3/300)*100
If the output is between 90-100, then grade A
If the output is between 80-90, then grade B
If the output is between 70-80, then grade C
If the output is below 70, then grade F
You need to submit following items in a zip file as part of submission.
1. adding buttons and labels from toolbar. and give size as u required
2. adding all the subjects marks by taking variables with the command of number(num).
3. calculate the total marks and total marks are put in different variable so that it is easier to compare.
4. now use this type of conditions :-
5. now print according
If the output is between 90-100, then grade A
If the output is between 80-90, then grade B
If the output is between 70-80, then grade C
If the output is below 70, then grade F
Get Answers For Free
Most questions answered within 1 hours.