cs508 Assignment 2 Solution Spring 2018( last date 28 May 2018)
Code are as following!!!
with Ada.Text_IO; use Ada.Text_IO;
with Ada.Integer_Text_IO; use
Ada.Integer_Text_IO;
procedure assignment_Solution is
--part 1
stdntID:String:="BC00";
status: String:="fail";
marks : Integer:=0;
type stdent is record
stdntID: String(1..12);
status : String(1..9);
marks : Integer;
end record;
first : stdent;
second : stdent;
--part 2____________________________
type FinalScore is range 10..100;
Marks1 : FinalScore := 50;
--part 2
end__________________________________
begin
first.stdntID := "BC0000000000";
first.status := "pass/fail";
first.marks := 65;
second.stdntID :=
"BC0000000000";
second.status := "pass/fail";
second.marks := 77;
--___________part 1 end
--part
3_______________________________________
Marks1:=Marks1+10;
for Marks1 in Integer range 50..100 loop...
...
.....
for getting complete code Solution File in .doc format file with screen shot.click on bellow link!!!
watch how to solve cs508 assignement by given file
subscribe my channel and blogger to get notification of every uploaded assignment solution.
subscribe my channel and blogger to get notification of every uploaded assignment solution.