Q&A DiscussƵes
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 Voto
8 Respostashelp me on this code:
1 Voto
3 Respostas6.1 c++
0 Voto
3 RespostasInput and output
-3 Votos
5 RespostasWhat is cin?
0 Voto
5 Respostasc++ user input
0 Voto
2 RespostasāCinā input in C++
1 Voto
1 RespostaTaking inputs in c/c++
3 Votos
4 RespostasBuffer
1 Voto
4 Respostas