program

 0    11 flashcards    guest3813684
download mp3 print play test yourself
 
Question język polski Answer język polski
1.
start learning
include ctime
2.
start learning
include cstdlib
3.
start learning
using namespace std
4.
start learning
const int N =20;
5.
start learning
void losuj (int A[])
6.
start learning
{int i; for (i=0; i《N; i++)
7.
start learning
{A[i] = rand()%100;}}
8
start learning
void wypisz (int A[])
9
start learning
{int i; for (i=0; i《N; i++)
10
start learning
{cout 《《 A[i] 《《 " ";}
11.
start learning
cout 《《 endl;

You must sign in to write a comment