Create an Account

Already have account?

Forgot Your Password ?

Home / Questions / Task 1Create an app. that will offer two features:(i) An employee’s total weekly pay equals the...

Task 1Create an app. that will offer two features:(i) An employee’s total weekly pay equals the...

Task 1Create an app. that will offer two features:(i) An employee’s total weekly pay equals the hourly wage multiplied by the totalnumber of regular hours plus any overtime pay. Overtime pay equals the totalovertime hours multiplied by 1.5 times the hourly wage. Write an app that takes asinputs the hourly wage, total regular hours, and total overtime hours and displaysan employee’s total weekly pay.(ii) Write a program that accepts the lengths of three sides of a triangle as inputs. Theprogram output should indicate the type of a triangle – Equilateral triangle,Isosceles triangle or Scalene Triangle.The main screen (activity) of the app. must provide a method to select one of the twoapps offered. You can use two buttons or two images to offer the selection.The app. must,-Have a total of three different activities.-Properly support orientation changes. Specifically, it should not lose values/stateinformation.All code snippets must be commente

 

Apr 02 2020 View more View Less

Answer (Solved)

question Subscribe To Get Solution

Related Questions