Discussions Q&R
hey 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 Vote
8 Réponseshelp me on this code:
1 Vote
3 Réponses6.1 c++
0 Vote
3 RéponsesInput and output
-3 Votes
5 RéponsesWhat is cin?
0 Vote
5 Réponsesc++ user input
0 Vote
2 Réponses“Cin” input in C++
1 Vote
1 RéponseTaking inputs in c/c++
3 Votes
4 RéponsesBuffer
1 Vote
4 RéponsesAujourd'hui en vedette
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
I’m new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes