The Artima Developer Community
Sponsored Link

Java Answers Forum
can help to do this program??

2 replies on 1 page. Most recent reply: Jul 21, 2003 10:12 PM by leo dawson

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
huang bo

Posts: 1
Nickname: seven
Registered: Jul, 2003

can help to do this program?? Posted: Jul 21, 2003 1:12 PM
Reply to this message Reply
Advertisement
Write a simple "compiler" program to check for syntax error. Type "on" to activate your "compiler" program and "off" to exit from your program. For example:

>>> on
>>> Enter your program : System.out.println("hello")
>>> Invalid - no semicolon ";"
>>> Enter your program : System.out.println("hello");
>>> Enter your program : Double price=9.0;
>>> Invalid - Double unknown identifier
>>> off

any friend can help me ?? thank you~~~~~``


David

Posts: 18
Nickname: malven
Registered: Jul, 2003

Re: can help to do this program?? Posted: Jul 21, 2003 5:37 PM
Reply to this message Reply
Again, where are you getting stuck? Show us what you've got so far, but don't just expect someone to write the program for you.

leo dawson

Posts: 4
Nickname: omairsoft
Registered: Jul, 2003

Re: can help to do this program?? Posted: Jul 21, 2003 10:12 PM
Reply to this message Reply
hi there
i can help you with this program. write to me at
softwareobjects_2003@yahoo.com or you can simply get your program done by visiting my homepage and posting the project there and i'll do it for u
http://www.thesoftwareobjects.com

Good luck
leo

Flat View: This topic has 2 replies on 1 page
Topic: Whats a 'unreachable statement'? Previous Topic   Next Topic Topic: J2EE engine stack

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use