program tag

5 questions


1 answers
84 views
0
Is there a case of making an application with 100% pure Java language?

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?

1 years ago

1 answers
105 views
0
Simple question! Please answer quickly (Error in Python list?

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...

1 years ago

1 answers
96 views
0
Is there an error?

I don't understand the error, so I'm asking you a question


1 answers
74 views
0
I want to make a program through C language, but can I make a program other than the console window?

You have to use language c, but the console of language c is too limited and unfriendly for basic ui Is there any way?

2 years ago

1 answers
124 views
0
How to turn a Python structural program into an object-oriented program

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...

2 years ago

© 2024 OneMinuteCode. All rights reserved.