|

CyberSlug Rules!
Classes
Class
Syllabus
Grading Policy
Labs
Interact
Login
-
enter system
-
get attendance
-
submit work
-
take lab quiz
-
check scores
Help
Help me!
Links
Staff only
Datacare Ahshay
| |
- #include "franca.h"
- void mainprog()
- {
- Circle ball;
- ball.place(100,100);
- ball.color(2,2);
- ball.show();
- }
|