עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

צריך עזרה בעבודת הגשה בפסקל

Featured Replies

פורסם

א.בנה מערך בגודל N(בחר N=30) ובו מספרים שלמים .

ב.כתוב פרוצדורה בשם RAND_KELET המקבלת כפרמטר מערך בגודל N של מספרים שלמים ומציבה לתוכו מספרים בתחום 36 עד 46.

ג.כתוב פרוצדורה בשם PELET המדפיסה את אברי המערך בשורה אחת .

ד.זמן את 2הפרוצדורות מהתוכנית הראשית ובדוק שאכן התקבלו הנתונים הנכונים .

בבקשה תעזרו לי כי אני ממש חלש בפרוצדורות ובמערכים .

פורסם

עשיתי לך...

תהנה...


Program Para;
Uses crt;
Const
n=30;
type
Viper=array[1..n] of integer;
procedure rand_kelet(var non:viper);
var i:integer;
begin
for i:=1 to n do
non[i]:=36 + random(11);
end;
procedure pelet(var non:viper);
var i:integer;
begin
for i:=1 to n do
write(non[i]:5);
end;
var Memz:viper;
begin
clrscr;
randomize;
rand_kelet(memz);
pelet(memz);
end.

פורסם
  • מחבר

תודה

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.