Assignment No. 02 |
Total Marks: 20
Due Date: 28/05/2014 |
|
Instructions: Please read the following instructions carefully before submitting assignment:
Objectives:
To understand and familiarize with ADA Language.
|
||
For any query about the assignment, contact at cs508@vu.edu.pk or through MDB. |
||
Assignment Questions |
||
Question Marks 10
To find the area of a sphere we use following formula Write a complete program in Ada to solve this formula. Note that each mathematical operator (such as multiplication and division) should be solved in a separate subprogram.
In the main program you will use 7 as the value of r. Your program will display the final result and your VU student id.
Hint : You need to solve equation (4 / 3 ) *( 3.14 * r * r *r)
Question Marks 10
You will go to page http://www.compileonline.com/compile_ada_online.php
Paste you code written in the Question 1 in right hand pan and press Compile & Execute button, then you will take screen shot of the output and paste in your solution file. As shown below
|
||
BEST OF LUCK
|
Tags:
bro main n bi isi page s help li hai ap bi kr lo
Muhammad waseem n jo code dia hai vo theak bs thori c changing kr lain ho jaye ga
sir n kaha hai k main program main final result r vu studentID 2no display honi chahe
plz frndz koi btaye ga k hm ID kaise mention krain gain program main
Add this also before "end Exercise"
Put_Line("your Id");
answer is 1436.0266
correct me if i am wrong...
my answer is
1.43603E+03 its correct due to written in exponent.
yes my answer is also the same in the output...
i think everyone has completed the assignment, but remember you have to make 2 functions, one for division and one for multiplication...
every one upload solution please
yar koi to upload ker dy es assignment ka solution. time khatam hony wala hy
AOA
Dear Alls, please upload Assignment Solution with thanks... Late due to illness....
with Ada.Text_IO;
use Ada.Text_IO;
with Ada.Float_Text_IO;
use Ada.Float_Text_IO;
procedure Exercise is
r : integer := 7;
result1 : integer;
result2 : float;
number1 : float :=3.0;
number2 : float :=4.0;
begin
result1 := r*r*r;
result2 := (number2/number1)*3.14;
Put_Line("Number: " & float'image(result2));
end Exercise;
and display you id ...... Put_Line("BC000000"); like that..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sweet Candy: this solutions is incomplete because we have to write 2 functions the purpose of division and multiplication but you haven't used any function...
© 2021 Created by + M.Tariq Malik.
Powered by
Promote Us | Report an Issue | Privacy Policy | Terms of Service
We are user-generated contents site. All product, videos, pictures & others contents on site don't seem to be beneath our Copyrights & belong to their respected owners & freely available on public domains. We believe in Our Policy & do according to them. If Any content is offensive in your Copyrights then please email at m.tariqmalik@gmail.com with copyright detail & We will happy to remove it immediately.
Management: Admins ::: Moderators
Awards Badges List | Moderators Group
All Members | Featured Members | Top Reputation Members | Angels Members | Intellectual Members | Criteria for Selection
Become a Team Member | Safety Guidelines for New | Site FAQ & Rules | Safety Matters | Online Safety | Rules For Blog Post