Site Discription

Welcome to JalalZoon Website

This is Educational website.You can search for Programming languages mostly HTML, CSS, PHP and Java.This website also contains data about Study Techniques and tips for study effectively. Math tutorials are included very Soon.

Search your content here!!!

Saturday, May 26, 2018

CS508_Assignment 2 Solution Spring 2018_( last date 28 May 2018)

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.

Type your Comments

Comment Box is loading comments...

Like website using facebook

12th Class Math || Ch 1 Function and Limits || Exercise 1.3 Question no 2

12th Class Math || Ch 1 Function and Limits || Exercise 1.3 Question no 2 12th Class Math || Ch 1 Function and Limits || F.S.C. & I.C.S ...

Contact Us for more help

Name

Email *

Message *