Q&A Discussions
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 Answershelp me on this code:
1 Vote
3 AnswersInput and output
-3 Votes
5 AnswersWhat is cin?
0 Votes
5 Answersc++ user input
0 Votes
2 Answersconsole input activation
0 Votes
8 Answers“Cin” input in C++
1 Vote
1 AnswerTaking inputs in c/c++
3 Votes
4 AnswersHot today
C pointers
1 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes