Twelve Years of Service
Posts: 4
Threads: 1
Points: 0€
Code help! 02-23-2011, 07:16 PM
#1
class PrintStudentGrade
main()
string name
numeric gpa
get name, gpa
print "CGTC"
print "3300 Macon Tech Drive"
print "Student Name", name
print "Grade point Average", gpa
Return
End class
How can I draw a flow chart using a simple method to print the college name and address?[/code]
•
Twelve Years of Service
Posts: 2,366
Threads: 170
Points: 0€
RE: Code help! 02-23-2011, 07:28 PM
#2
What kind of language is this?
Pierce the life fibers with your drill.
•
Twelve Years of Service
Posts: 2,366
Threads: 170
Points: 0€
RE: Code help! 02-23-2011, 07:41 PM
#4
whAt? pseudocode?
Give us a language. languages like:
VB - C# - C++ - Delphi - PHP - HTML - SQL - ASP.Net - C - ...
Pierce the life fibers with your drill.
•
Twelve Years of Service
Posts: 2,622
Threads: 213
Points: 0€
RE: Code help! 02-23-2011, 07:46 PM
#5
Do you want to make a graphical flowchart?
You'll have to do some Graphics coding for that. Copying a shape, rendering it + text in an order, etc.
![[Image: rytwG00.png]](http://i.imgur.com/rytwG00.png)
Redcat Revolution!
•
Twelve Years of Service
Posts: 4
Threads: 1
Points: 0€
RE: Code help! 02-23-2011, 07:48 PM
#6
Yeah. I have to draw out a flow chart in that manner. Just trying to figure out what I need to do.
•
Twelve Years of Service
Posts: 4
Threads: 1
Points: 0€
RE: Code help! 02-23-2011, 08:22 PM
#8
I have to get it done in visio anyone have any experience using that?
•