C++
Programming and Technical
Programming
Program
Generate random number
Read Solution (Total 3)
-
- #include
int main()
{
int i;
i=rand();
cout - 10 years agoHelpfull: Yes(0) No(1)
- #include
void main()
{
int I;
I = rand();
cout - 10 years agoHelpfull: Yes(0) No(0)
- #include
#include
using namespace std;
main()
{
int n, max, num, c;
cout > n;
cout > max;
cout - 9 years agoHelpfull: Yes(0) No(0)
C++ Other Question