Q&A Discussions
Is R, lisp and prolog hard?
0 Votes
2 AnswersKindly help me here
0 Votes
4 Answerssimulation in R
0 Votes
5 AnswersR for data science.
1 Vote
3 AnswersData science?
0 Votes
1 Answerhey 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
C++ Solid principles
3 Votes
C Programming roadmap
2 Votes
[off-topic]Where is Result??
1 Votes
Messages
1 Votes
Cpp
1 Votes