Zoo tutorials:
[
SQL
|
Linux
|
XML
]
ProgZoo:
[
Java
|
C#
|
VB
|
C++
|
Perl
]
Log in
WebCT ID:
Password:
Napier students only
A Gentle Introduction to
Java Programming
Tutorial:
Ticket prices
1. Tickets for a show
static int cost(int adult, int child){ return (adult+child); }
Big
Show all
Tickets cost £10 per adult and £6 per child.
test text