+ 2
Solve the problems in my code?
Table Generator problem https://code.sololearn.com/WUVPfZG6wvF8/?ref=app
16 Respuestas
+ 9
Create a two input box and make a button. Call a function on button using onclick event and append your result in a tag.
+ 8
T A Check this code. You can make input like this.
https://code.sololearn.com/W1TqdZohxtUs/?ref=app
+ 5
What is the purpose of End Number?
+ 4
for (i=1; i<=d; i++)
https://code.sololearn.com/Wg46Dv55hAkq/?ref=app
+ 4
🅰🅹 - Sʀ. Sᴏғᴛᴡᴀʀᴇ Eɴɢɪɴᴇᴇʀ Thanks for the wonderful code 😊, one more thing if you don't mind if i want to put two more fields which shows me even and odd numbers from my table output,
Let suppose i chose 3 table length 5,, in that ,,
3= odd
6= even
9= odd
12= even
15= odd.
How can i do that??
or just count and show me that there are 3 odd and 2 even values ,,
in a box like below,,
Total even values =2
Total Odd values=3
please help me 🙏
+ 3
What do you precisely mean by 'Number' and 'End Number'?
+ 3
https://code.sololearn.com/WBO95I6nwP2p/?ref=app
i think i got this right
+ 3
T A Updated code with even odd count.
+ 3
T A Check again. Updated with
3 = odd
6 = even
9 = odd
+ 2
we are here to help and learn together!
+ 1
Are you planning to accept a range of numbers as calculation table basis? from 'Number' to 'End Number'?
+ 1
Can you please PM me the code,
0
End number means the length of table,,
0
First input is, which table i want, 2nd input is length of that table??
0
How can i convert prompt fields into html input, and recall them with JavaScript output??
0
🅰🅹 - Sʀ. Sᴏғᴛᴡᴀʀᴇ Eɴɢɪɴᴇᴇʀ ,Júlia Lauretti , Thanks a lot friends you just saved my life