Discussions Q&R
PhP variables
1 Vote
3 Réponseshey 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éponsesRadio type in HTML
0 Vote
1 RéponseStyling Checkboxes???
0 Vote
1 RéponseHelp mee
0 Vote
2 RéponsesWhy not normal I/O
0 Vote
1 RéponsePlease help !
0 Vote
2 RéponsesContinuous problem
1 Vote
1 RéponseAujourd'hui en vedette
Is this realistic enough?
1 Votes
𝙵𝙸𝙽𝙳 𝚃𝙷𝙴 𝙸𝙽𝙿𝚄𝚃 𝙾𝙵 𝚃𝙷𝙴 𝙿𝚁𝙾𝙶𝚁𝙰𝙼
1 Votes
Need friends
0 Votes
Python
1 Votes