DRAG DROP You are creating a Touch Develop app that determines whether a given year is a leap year. You are given the following leap year requirements: • A year is a leap year if it is divisible by 4…

HOTSPOT You are hired by a taxing authority to create an algorithm for calculating income tax. The income tax system is a progressive tax system. Any income at $10,000 or below should be taxed at 10 percent. Any income greater…

HOTSPOT You are creating a physics simulation by using Touch Develop. You need to move a spaceship upward against gravity at a net acceleration of 100 pixels per second squared. How should you complete the code? To answer, select the…

HOTSPOT You analyze the following pseudocode for playing a dice game: A player rolls the dice three times with the following results: Roll1: 3 and 5 Roll2: 2 and 6 Roll3: 4 and 3 You need to determine what happens…

HOTSPOT You are building a game using Touch Develop You have the following sprite sheet. The width of the sprite sheet is 300px, and the height of the sprite sheet is 75px. The shapes in the sprite sheet are evenly…

DRAG DROP You are preparing to teach a class on using loops. You write the following pseudocode: You need to test the pseudocode using different values. Match the final values of the variable result to the corresponding initial values of…