Q&A Discussões
Who wants Lua script?
3 Votos
2 Respostashelp
1 Voto
4 Respostashey guys, I've been trying to work out the formula 'v=I*r'. But whenever I run the program and input values for I and r, it doesn't give the right answer.
This is the code
#include <iostream>
using namespace std;
int main() {
int i,r;
int v = i*r;
cout<<"what is the value of i?\n";
cin>>i;
cout<<"what is the value of r?\n";
cin>>r;
cout<<"voltage ="<<v<<endl;
return 0;
}
p/s: I'm new to programming
1 Voto
8 RespostasAI or web ?
1 Voto
1 RespostaPathway
1 Voto
1 Respostai need help
1 Voto
3 RespostasPlease help me
0 Voto
1 RespostaHello
-2 Votos
2 RespostasBest kick start
0 Voto
1 RespostaQuente hoje
Someone can help me
2 Votes
X velocity
0 Votes
Files not linking in C++
0 Votes
I am a super beginner
0 Votes
Web Dev
0 Votes
Pls give me an idea
1 Votes
How this program executes?
0 Votes