This is a created article in which the information may have evolved or changed.
5.1 Find the sum of the odd sum, even of the sum of 1-100
5.2 Defines an integer array with a number of elements of 10, which prints the largest number and the smallest fraction of the group elements.
5.3 Print out the number of daffodils.
5.4 Fizzbuzz is a British school often play games, from 1 to 100, if you meet a multiple of 3 to say fizz, if you meet a multiple of 5 to say buzz, if both a multiples of 3 is 5 multiples to say fizzbuzz. Write a program that prints the number 1-100 as required by the game.
5.5 If a number is exactly equal to the right end of its square number, then this number is called the isomorphic number. If the square of 5 is 25,5 is the number of the right end of 25, 5 is the isomorphism number. Find the isomorphic number between 1-1000.
5.6 A ball from the 100m height of the free fall, each landing after jumping back to the original height of half, and then fall, begging for it in the 10th time on the landing, the total number of meters? How high is the 10th time rebound?
5.7 A total of 10 stations on a railway line, if a ticket is required between each of the two stations, how many kinds of tickets are required to be prepared?
5.8 from the keyboard input string str, use the For Range statement to iterate through each character in the string and print out the output.