Answer:
program arraysminfinder;
procedure minreplace();
var
no: array [1..10] of integer; (*no is an array of integers, 10 in all *)
a: integer= 0;
i: integer= 0;
c: integer= 0;
k: integer=0;
N: integer=0;
begin
(* We need to first initialize the array no with 0 values *)
for a := 1 to 10 do
no[a]:=0;
c:=no[1];
for a := 1 to 10 do
begin
if (no[i]<c) then
begin
c:=no[i];
k:=i;
end
else
begin
i:=i+1;
end
end;
writeln('Enter the new number:');
read(N);
no[k]:=N;
for a := 1 to 10 do
begin
writeln('The array elements are:',no[a]);
end;
end;
begin
end.
Explanation:
The program is as above. I have used a function, a for loop, an array of integers, and the if then else ladder for getting the desired output as mentioned in the program. If in case you want procedure for input and output, create a procedure like:
procedure replacenum():integer;
Begin
writeln("Enter the new number:" N);
no[k]:=N;
for a := 1 to 10 do
writeln("The array elements are:"no[a]);
end.
Similarly you can make a procedure for input.
It could be c or d because when you are chatting to someone through say Skype you use fonts and colors to identify who you are talking to. But in most cases it would be d
Answer:
Data scientist
Explanation:
Data scientist are those who work in the field of data science, which involves the study of data, developing methods of recording, storing, and analyzing data to effectively extract useful information and in this case Harrison is studying the past five years sales record(data) so as to determine which low-selling products should be discontinued.
Answer:
D
Explanation:
You need skills to succeed!!
An increase in the ping response periods (host to host time) might be depicting a possible latency issue.
<h3>What is a latency issue?</h3>
In computers, a latency issue is a problem capable of delaying digital communications in the network.
Latency issues are a subject of concern and there are several alternatives to improve this aspect of digital networks.
Latency issues are associated with the time in which data can be captured and processed in the network.
Learn more about latency issues here:
brainly.com/question/27013190