How to make a list of new numerator / denominator while we know the first numerator , denominator also step of it at looping | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to make a list of new numerator / denominator while we know the first numerator , denominator also step of it at looping

input : (first numerator) (first denominator)(stepnumerator)(stepdenominator)(many lines) example : 1 2 0 3 5 output : 1/2 1/5 1/8 1/11 1/14 input : 1 1 1 1 5 output: 1 1 1 1 1

10th Oct 2017, 6:26 PM
D' Ravelens
D' Ravelens - avatar
10 Answers
+ 8
Thank LakShay for following me !!
11th Oct 2017, 9:47 AM
Mattéo
11th Oct 2017, 2:35 AM
Lakshay
Lakshay - avatar
+ 3
okayy i will tell you when input is 1 2 0 3 5 x / y ; x is numerator y is denominator the first input is for tell us the first numerator the second input is for tell us the first denominator the third input is for step of the numerator the fourth input is for step of the denominator the fifth input is for max lines of that numerator / denominator then when input 1 2 0 3 5 it means the first numerator at x / y is 1 / 2 with step of numerator 0 and step of denominator 3 and the program will run 5 times looping then output will : 1/2 1 is nomerator 2 is denominator 1/5 1 is nomerator 5 is denominator 2+3 1/8 1 is nomerator 8 is denominator 5+3 1/11 1 is nomerator 11 is denominator 8+3 1/14 1 is nomerator 14 is denominator 11 + 3
11th Oct 2017, 12:58 AM
D' Ravelens
D' Ravelens - avatar
+ 3
this is a basic question but i dont have any knowledge at programming so i need to learn step by step
11th Oct 2017, 1:04 AM
D' Ravelens
D' Ravelens - avatar
+ 3
okay thank you so much Ben
11th Oct 2017, 2:01 AM
D' Ravelens
D' Ravelens - avatar
+ 1
no if input 2 and 4 then output must also 2 / 4 with no simplified
11th Oct 2017, 1:02 AM
D' Ravelens
D' Ravelens - avatar
+ 1
okay thanks benn please help me 🙏
11th Oct 2017, 1:45 AM
D' Ravelens
D' Ravelens - avatar
+ 1
do you use any media social so i may chat you to ask another question hehe you're so genius i was amazed
11th Oct 2017, 2:06 AM
D' Ravelens
D' Ravelens - avatar
+ 1
do you understand indonesian language ?
11th Oct 2017, 2:09 AM
D' Ravelens
D' Ravelens - avatar
0
Hardddd
12th Oct 2017, 10:13 PM
Marcela Mendoza