Jump to content

iyah_18bear

Members
  • Posts

    2
  • Joined

  • Last visited

iyah_18bear's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. import java.io.*;public class NameApp{ public static void main(String[] args) throws IOException { BufferedReader dataIn = new BufferedReader (new InputStreamReader(System.in)); String Last; String First; System.out.println ("Enter your last name:"); Last = dataIn.readLine(); System.out.println ("Enter your first name:"); First = dataIn.readLine(); }}
  2. can anyone help me how to use sql or asp. we are having our thesis and we don't have any idea of how to connect the database to dreamweaver by using any of the two. we also need help regarding the server because we are developing an online board exam review and we really don't have any idea of how to start the system. we only did the design of the webpage using dreamweaver. hope any of you can help us as soon as possible...thanks!
×
×
  • Create New...