Million thanks
------=_NextPart_000_0043_01C00B4A.35AF4BE0
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Thank you all for giving me courage. Specially Mike the Spike, Irv =
Mullins, L(Rett) Williams, John Connrod, Alex Ford and again MTS (Mike =
the Spike).
Chapter 12 of ABGATE2 by David Gay is about Advanced Data Object =
Handling in which David suggests that its the most important in learning =
EU.
variable =3D variable[1] --Why is this [1] here?
Also, is it really necessary to read all the guide when i can do =
looping, a little bit about graphics modes, accepting data from key =
board, displaying text data on keyboard, data types such as atoms, =
sequences, integers and objects. Will you tell me what kind of program =
should i code now? Here is something i coded just now.
------------------Program Code-------------------------
include graphics.e
include get.e
object kyo
kyo =3D graphics_mode(18)
clear_screen()
atom name
clear_screen()
position(10,30)
puts(1, "****Greeting System****\n")
puts(1, "Choose from the following cata\n")
puts(1, "1. For Asif\n")
puts(1, "2. For Baloch\n")
puts(1, "3. For Third\n")
name =3D prompt_number("Ener number\n", {})
if name =3D1 then
puts(1, "You have pressed 1 for Asif. His complete name is Asif =
Masood\n")
for dob =3D 621978 to 621978 do
printf(1, "His date of birth is %1.f", dob)
end for
elsif name =3D 2 then
puts(1, "You pressed 2 for Baloch\n")
for dob =3D 234324 to 234324 do
printf(1, "His date of birth is %1.f\n" , dob)
end for
elsif name =3D 3 then
puts(1, "You have pressed 3 for Thirs. Her complete name is Sara =
Hashim\n")
for dob =3D 90789 to 90789 do
printf(1, "Her date of birth is %1.f\n" , dob)
end for
end if
--------------------End of Code-----------------------
------=_NextPart_000_0043_01C00B4A.35AF4BE0
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Thank you all for giving me courage. =
Specially Mike=20
the Spike, Irv Mullins, L(Rett) Williams, John Connrod, Alex Ford and =
again MTS=20
(Mike the Spike).</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Chapter 12 of ABGATE2 by David Gay is =
about=20
Advanced Data Object Handling in which David suggests that its the most=20
important in learning EU.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>variable =3D=20
variable[1] --Why is this [1]=20
here?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Also, is it really necessary to read =
all the guide=20
when i can do looping, a little bit about graphics modes, accepting data =
from=20
key board, displaying text data on keyboard, data types such as atoms,=20
sequences, integers and objects. Will you tell me what kind of program =
should i=20
code now? Here is something i coded just now.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>------------------Program=20
Code-------------------------</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>include graphics.e<BR>include =
get.e<BR>object=20
kyo<BR>kyo =3D graphics_mode(18)<BR>clear_screen()<BR>atom=20
name<BR>clear_screen()<BR>position(10,30)<BR>puts(1, "****Greeting=20
System****\n")<BR>puts(1, "Choose from the following cata\n")<BR>puts(1, =
"1. For=20
Asif\n")<BR>puts(1, "2. For Baloch\n")<BR>puts(1, "3. For =
Third\n")<BR>name =3D=20
prompt_number("Ener number\n", {})<BR>if name =3D1 =20
then<BR> puts(1, "You have pressed 1 for Asif. His =
complete=20
name is Asif Masood\n")<BR> for dob =3D 621978 to =
621978 =20
do<BR> printf(1, "His date of birth is %1.f", =
dob)<BR> =20
end for<BR>elsif name =3D 2 then<BR> puts(1, "You =
pressed 2 for=20
Baloch\n")<BR> for dob =3D 234324 to 234324=20
do<BR> printf(1, "His date of birth is %1.f\n" , =
dob)<BR> =20
end for<BR>elsif name =3D 3 then<BR> puts(1, "You have =
pressed 3=20
for Thirs. Her complete name is Sara Hashim\n")<BR> =
for dob =3D=20
90789 to 90789 do<BR> printf(1, "Her date of birth is %1.f\n" ,=20
dob)<BR> end for<BR>end if</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>--------------------End of=20
------=_NextPart_000_0043_01C00B4A.35AF4BE0--
|
Not Categorized, Please Help
|
|