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 AnswersHot today
How can one build an Ai app
4 Votes
AI Takeover
2 Votes
How to learn python
1 Votes
C course progress restart
2 Votes
Using Python on VScode
0 Votes
Average of Two Numbers
0 Votes
Python Developer
0 Votes
Hearts
0 Votes