Programming 1 Answer(s) 4 years and 10 months ago
Posted in : Java Beginners
View Answers
August 2, 2008 at 4:57 PM
Hi friend,
import java.io.*;
public class ReplaceChar { public void replaceCharacters() { System.out.println("Welcome to roseindia"); }
public static void main(String[] args) throws IOException { System.out.println("Please enter String char!"); BufferedReader buff = new BufferedReader(new InputStreamReader(System.in)); System.out.println("Please enter b char!"); String str = buff.readLine(); str = str.replace('b', 'd'); System.out.println("Replace b character fram d: " + str); System.out.println("Please enter c char!"); String sg = buff.readLine(); sg = sg.replace('c','e'); System.out.println("Replace c character from e: " + sg); new ReplaceChar().replaceCharacters(); } }
Programming
Programming Given a number n, write a programming to determine its square root if it is possible, in the contraly case print an appropriate massege on the screen
programming
Java Constructor programming for single and double constructor write a program which have no argument constructor ,single parameter constructor constructor,double parameter constor,and the now when we create a object
Java Programming
Java Programming Hi,
What is Java Programming? How I can learn Java Programming in one month?
Thanks
Programming
Java NotesProgramming
Here are some tips on making programming student problems easier.
Start from an existing, running, program.
If you can find... of the basic
elements of Extreme Programming (a much hyped, but
good
Ajax programming
Ajax programming Hi,
How I can start ajax programming easily? I... concept.
What should be my starting point for Ajax programming?
Thanks
Hi,
If you have prior programming experience in any web development
Programming with JSP Programming with JSP Write a program using jsp that accepts a course code as input and displays the course title
the program to which it belongs
Programming (general) Programming (general) I haven't yet started college/university but I'm interested in studying programming. I wondering if programming is difficult or confusing with all the codes you have to learn? Also how many languages would
programming of foxpro programming of foxpro hello sir ,
sir i am use the foxpro . but i know about c . sir how can i learn fox pro . i know about something about foxpro
programming concept programming concept Write a program that allows the user to input a total dollar amount for an online shopping order and computes and outputs the shipping cost based on the following schedule
Socket Programming
Socket Programming How to connect a computer through IP only and check whether it is up and running? I can't see any method in Socket programming where I can pass only IP address as argument. I need the pass port number also
C Programming
C Programming hi,how can i write a program in C programming to place reservation in air plane from the menu let the user to inter his/her gender(W or M)and draw seats by using ascii codes and choose where he/she will sit
programming error programming error I got an error when i did the following program
the prg. is to "select the name from database when the age is given for the respective name"
error i got is:SQL exception
please give me the solution by providing
Programming Assignment Programming Assignment Hey there, We were given an assignment to write a program to read 10 student marks from the keyboard without using an Array (only using switch statements, if statements or loops). As each mark is input
programming questions programming questions this is my assignment questions please help me... the programs in c# language
Describe the following with respect to creating Web Forms in .Net environment:
a. Web Form Life Cycle
b. Creating a Web Form
ajax programming
Ajax Programming
What is Ajax Programming?
Asynchronous JavaScript and XML... is based on the
HTML, Java Script, CSS, and XML.
Why Ajax Programming?
When you....
Easy to learn and easy to write technology.
Where to Start Ajax Programming
programming problem programming problem
Kingdom of Maplewood is a beautiful country comprising of a lot of small islands of different areas. All the islands are in a straight row. King Rosewood is getting old and has decided to divide the islands
Java Programming
Java Programming Write a Java program that prompt user to input a number of students in a class. Then,
prompt user to input the studentÃ?¢ââ??‰â??¢s programming mark. Determine how many student get
A+ and A for their grade
java programming
java programming Write a Java program that prompt user to input a number of students in a class. Then,
prompt user to input the studentâ??s programming mark. Determine how many student get
A+ and A for their grade and how many
programming - Java Beginners
Start programming in Java Programming in Java - Can any one please suggest how to start programming in Java
Java Programming: Solution to Programming Exercise
Solution for
Programming Exercise 9.4
THIS PAGE DISCUSSES ONE POSSIBLE SOLUTION to
the following exercise from this on-line
Java textbook.
Exercise 9.4:
The file Expr.java defines
a class, Expr, that can be used
Java Programming: Solution to Programming Exercise
Solution for
Programming Exercise 9.3
THIS PAGE DISCUSSES ONE POSSIBLE SOLUTION to
the following exercise from this on-line
Java textbook.
Exercise 9.3:
A Roman numeral represents an integer using letters. Examples