multiplication tag

2 questions


1 answers
117 views
0
JAVA duplex problem

Hello, everyoneI couldn't find an answer while solving the question, so I asked this question.Write the JAVA code to multiply a given input or get an additional table!• Note:– Use LOOP, IF/ELSE, and M...


1 answers
92 views
0
How does Python initialize a list to zero by a certain length?

In C/C++, int myarr[100] = {};If you write it like this, all 100 elements have been initialized to zeroIn the Python list, mylist = [0 for i in range(100)]Is this the most Python way to write a for se...


© 2024 OneMinuteCode. All rights reserved.