Kurse
Kurse
Code Compiler
Code Compiler
Diskutieren
Preise
Teams
Anmelden
Registrieren
Menu
F&A Diskussionen
Suchen
Suchen
Eine Frage stellen
Eine Frage stellen
Sum of even number if (i%2=0) showing i=1 error
java
1 Stimme
2 Antworten
13th Oct 2019, 2:26 PM
Ramya
N=int(input('Enter number')) sum = 0 i=1 while i<=N: sum=sum+i i=i+2 print(sum)
python
0 Stimmen
1 Antwort
4th Oct 2018, 8:24 AM
Nick Fiction
What is the difference between i=1 and i==1 and What does i+=1 means
loops
3 Stimmen
3 Antworten
1st Sep 2020, 6:57 PM
Henok
Опять с задачей Абрамова . Если что задача 100 . Нужно посчитать E(сумма) сверху 100 снизу i=1 условие x(с индексом)/2^i при
abramov
c++
1 Stimme
3 Antworten
15th Jan 2020, 8:52 PM
Жанибек Мурадинов
why we INITIALISE in for loop like int i=1(must with data type) instead we can initialise outside of loop ex- int i=1 C++
c++
0 Stimmen
4 Antworten
28th Jan 2022, 5:30 PM
Vinit Kumar.
I'm going to print the sigma from n=30 , i=1 ( i²+1) so can you help me to find my mistake
c++
sololearn
0 Stimmen
1 Antwort
13th May 2020, 9:39 AM
Dostonbek
Hola en la funcion de bucle for . Porque se declara i=1 y no se hace solamente 1++ el codigo es largo y llevara mas proceso creo
javascript
loops
1 Stimme
2 Antworten
13th Jul 2017, 3:48 PM
Juan Franco
If I have for loop which start with i=1 under for loop I write if(i!=2)so under if I write a=i so value of i become 2 or not
c
programming
0 Stimmen
3 Antworten
29th Dec 2019, 2:29 AM
Hridayansh
Why this code giving different answer when i = 1 . Please give me logical reason . And how to that we have to put i=0 or i=1 ?
c
loops
prograam
1 Stimme
2 Antworten
8th Mar 2022, 8:40 AM
Abhay mishra
k=int(raw_input("enter a limit")) f=1 i=1 n=0 while(i<=k): f=f*i i=i+1 import math x=int(raw_input ("enter the value of x")) while(n<=k): math.exp(x)=(x**n)/f n=n+1 print"e**x=",math.exp(x) wht is wrong with this program???
numeric-operations
python
0 Stimmen
3 Antworten
18th Oct 2016, 12:13 AM
Navaneetha Babu
I would value an advice on the while loop. When i am in the loop i=i+1 i=1 while i<=0 i can't make up why 1 appears on screen?
loops
python
0 Stimmen
2 Antworten
19th Aug 2016, 3:11 PM
Τηλέμαχος Στικούδης
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Heute heiß
Functions in python
2 Votes
How to make a playground
1 Votes
How can you find whether a number is odd or even in a different way(other than (x%2==0))[ by New logics algebraic way ]?
1 Votes
I need advice
1 Votes
Html 5 document question
1 Votes
this query always result to be incorrect from Sorting Data lesson
1 Votes
Python
0 Votes
𝙵𝙸𝙽𝙳 𝚃𝙷𝙴 𝙸𝙽𝙿𝚄𝚃 𝙾𝙵 𝚃𝙷𝙴 𝙿𝚁𝙾𝙶𝚁𝙰𝙼
1 Votes
Can you tell what is wrong with the code
0 Votes
Can someone explain inline and block elements please
0 Votes