Commit fa38b604 by rallui

Upload New File

parent 3438300b
Showing with 43 additions and 0 deletions
#include <stdio.h>
#include <stdio.h>
#define E 4
int main(void)
{
ArvSisse("Sisesta raha summa: ");
return 0;
}
int ArvSisse(char *Kogus)
{
int arv;
printf("%s\n", Kogus);
scanf("%d", &arv);
return arv;
}
/* int Kontroll(int, int )
{
if(
*/
void Kupuurid( int Kupuurid[E][2], int i)
{
for(i = 0, i < E, i++)
{
printf("Sisesta võimalikud kupuurid: " Kupuurid[i][2]);
scanf("%d", &Kupuurid[i][2]);
}
}
/*
* void TulValja(int [][2], int )
*/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment