Question:
programming homework help?! varible declaration?
cis08
2009-12-14 10:01:14 UTC
so i have these 2 homework questions in my promgramming class and i have no idea what im supossed to do?

first one:

Write the varible declaration to hold a graduation date
Ex: Dim X as type

Second one:


Write the varible declaration to hold a first name
Ex: Dim X as type


any help would be greatly appericated
Four answers:
yahoo
2009-12-14 10:11:32 UTC
Dim gDate as integer

Dim fName as String
2009-12-14 10:10:52 UTC
DIM date AS INTEGER

DIM firstname AS STRING
MJN
2009-12-14 10:07:30 UTC
first one:

Dim graduationdate as Datetime ----> this is the variable declaration



Second one:

Dim Fname as string



i hope i answered your que,,,if not, brief your q
universe
2009-12-14 10:06:08 UTC
No idea for homework??!! You surely didn't pay attention in the class.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...