# Either
1. Prompt the user to enter their (name). Print out "Hello" (name) "I hope you're well"
2. An online bookshop charges shipping as follows: Orders less than £10, £2.99; orders £10 and over, free; add on £2.50 for all orders if next day delivery is selected. Prompt the user to enter the cost of the order, and then prompt for next day delivery. Output the shipping cost.
3. Use a for loop to print the following sequence: 0.5, 0.4, 0.3, 0.2, 0.1, 0
4. Output the sum of the elements in this array: int \[\] values = {3,5,4,7,2,3};
5. Write a method that accepts the base and height of a triangle and returns the area of the triangle
# Or
1. Do the following Section B question [[A Level Section B 2018 Prime Numbers]]
- [[+ The Daily Java]]
- [[Project Euler]]