3.9. Mixed Up Code Practice

Try to solve each of the following. Click the Check Me button to check each solution. You will be told if your solution is too short, has a block in the wrong order, or you are using the wrong block. Some of the problems have an extra block or two that aren’t needed in the correct solution. Try to solve these on your phone or other mobile device!

The following program segment should print if your guess is too low, correct, or too high But, the blocks have been mixed up. Drag the blocks from the left and put them in the correct order on the right. Click the Check button to check your solution.

The following program segment should print either “You can go out” if you don’t have any homework and have cleaned and otherwise should print “You can not go out”. But the blocks have been mixed up and includes one extra block that is not needed in a correct solution. Drag the needed blocks from the left and put them in the correct order on the right. Click the Check button to check your solution.

The main method in the following class should print if x is in the range of 1 to 10 (inclusive) or not. But, the blocks have been mixed up and includes an extra block that isn’t needed in the solution. Drag the needed blocks from the left and put them in the correct order on the right. Click the Check button to check your solution.

The main method in the following class should print out if a string has the word “ringing” in it or not. But, the blocks have been mixed up and includes an extra block that isn’t needed in the solution. Drag the needed blocks from the left and put them in the correct order on the right. Click the Check button to check your solution.

The main method in the following class should print if your favorite food is junk food (pizza or wings) or not. But, the blocks have been mixed up and includes an extra block that is not needed in a correct solution. Drag the needed blocks from the left and put them in the correct order on the right. Click the Check button to check your solution.

The main method in the following class should print your fine if you are speeding. If you are going over 65 but less than 75 the fine is 50. If you are going at least 75 and less than 85 the fine is 100. Over that the fine is 200. It does not print anything if you are not speeding. But, the blocks have been mixed up and includes two extra blocks that aren’t needed in the solution. Drag the needed blocks from the left and put them in the correct order on the right. Click the Check button to check your solution.

The main method in the following class should print the alarm time. If it is a weekday you should get up at 7:00am and if not get up at 10:00am. But, the blocks have been mixed up. Drag the needed blocks from the left and put them in the correct order on the right. Click the Check button to check your solution.

The main method in the following class should print if you can text now. You can text if you are not driving and not eating. But, the blocks have been mixed up and includes an extra block that isn’t needed in the solution. Drag the needed blocks from the left and put them in the correct order on the right. Click the Check button to check your solution.

The main method in the following class should print if your name starts with a vowel or not. But, the blocks have been mixed up. Drag the blocks from the left and put them in the correct order on the right. Click the Check button to check your solution.

The main method in the following class should print your grade for score. But, the blocks have been mixed up. Drag the needed blocks from the left and put them in the correct order on the right. Click the Check button to check your solution.

You have attempted of activities on this page