שלום,הייתי צריל להריץ את הקומפלייר הזה :
אבל משום מה לא הצלחתי?,מישהו יכול לעזור לי בבקשה?#include <stdio.h>
int main()
{
int first,second;
printf("please enter the first number: ");
scanf("%d", &first);
printf("please enter the second number: ");
scanf("%d", &second);
printf("the sum of the numbers is %d\n",
first+second);



ציטוט ההודעה
