Обсуждения
What is the data type of cin?
7 голосов
55 ответов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 голос
8 ответовhelp me on this code:
1 голос
3 ответовWhat's the problem of my code
0 голосов
3 ответовInput and output
-3 голосов
5 ответовWhat is cin?
0 голосов
5 ответовc++ user input
0 голосов
2 ответовconsole input activation
0 голосов
8 ответовUser input on SoloLearn anoys me...
13 голосов
8 ответов“Cin” input in C++
1 голос
1 ответTaking inputs in c/c++
3 голосов
4 ответовАктуальное сегодня
How to improve code readability
0 Votes
Functions
1 Votes
App
0 Votes
I NEED to make a game
0 Votes
Please help with the output
0 Votes
Grouping data is not working
0 Votes
Use of flag
0 Votes