February 13, 2024

Question 9522 – Programming

It is desired to design an object-oriented employee record system for a company. Each employee has a name, unique id and salary. Employees belong to different […]
February 13, 2024

Programming

Question 6 What function of x, n is computed by this program? Function what (x, n:integer): integer: Var value : integer; begin value:=1 if n>0 then […]
February 13, 2024

Programming

Question 5 Consider the program below: Program main; var r:integer; procedure two; begin write (r) end; procedure one; var r:integer; begin r:=5 two; end begin r:=2; […]
February 13, 2024

Programming

Question 8 An array a contains n integers in non-decreasing order, A[1] ≤ A[2] ≤ … ≤ A[n]. Describe, using Pascal like pseudo code, a linear […]
error: <b>Alert: </b>Content selection is disabled!!