Write a program that declares an int type array with six elements, and store these numbers in it: {1,3,4,6,9,0}. And prompts the user for an integer between 1 to 9, then insert it into this array according to the size relationship(first five elements). For example, if user inputs 5, the array will be turned to {1,3,4,5,6,9}. Print Screen of code and the result with input 5.
编写一个程序,声明一个包含六个元素的int类型数组,并将这些数字存储在其中:{1,3,4,6,9,0}。并提示用户输入1到9之间的整数,然后根据大小关系(前五个元素)将其插入此数组。例如,如果用户输入5,则该数组将变为{1,3,4,5,6,9}。<br><br> <br><br>打印代码和输入结果的屏幕5。
正在翻译中..
编写一个程序,声明一个包含六个元素的int类型数组,并将这些数字存储在其中:{1,3,4,6,9,0}。并提示用户输入1到9之间的整数,然后根据大小关系(前五个元素)将其插入此数组中。例如,如果用户输入5,数组将变成{1,3,4,5,6,9}。<br>用输入5打印代码和结果。
正在翻译中..