5 questions
Is there a case where a program is made using 100% pure Java language? Additionally, if you created a simple application with Java, how do you make it into an executable file with an .exe extension?
a=b=[0]print(a[0])b[0]=1print(a[0])Why was the value of b automatically substituted for the value of a when the value of a was not adjusted except when the list was first declared in the code above? I...
You have to use language c, but the console of language c is too limited and unfriendly for basic ui Is there any way?
kors=[]def print_menu(): print ('\nGrade Processing Program') print ('1. Score input') print('2. Grades output') print ('3. Exit') print(-*20) menu = int(input('select action(1~3) :') return menudef i...
© 2024 OneMinuteCode. All rights reserved.