אני אשמח אם תוכלו לתקן את השגיאה שלי:
https://rotter.name/User_files/nor/432886c302926809.txt
נ.במנהלים אני לא יודע למה מחקתם לי את האשכול הקודם, אשמח להסבר...
#include <stdio.h>void main ( ){int mis1, mis2, mis3 ;printf("feed 3 complete numbers") ;scanf("%d %d %d",& mis1,& mis2,& mis3) ;printf("the first number fed is:%d", mis1) ;printf("the second number fed is:%d", mis2) ;printf("the third number fed is:%d", mis3) ;}
void main ( )
{
int mis1, mis2, mis3 ;printf("feed 3 complete numbers") ;scanf("%d %d %d",& mis1,& mis2,& mis3) ;printf("the first number fed is:%d", mis1) ;printf("the second number fed is:%d", mis2) ;printf("the third number fed is:%d", mis3) ;}