Java Programming and Technical Programming Basics

Distinguish class and object?

Read Solution (Total 10)

Java Other Question

A Chess board position is accurately captured by Forsyth-Edwards notation and is abbreviated as FEN. A FEN "record" defines a particular game position, all in one text line and using only the ASCII character set. A FEN record contains six fields. A complete description of the FEN format to represent Chess positions can be found at here

For the purpose of this problem only consider first of the six fields of FEN. Before we describe the problem, let us look at how FEN maps to a board position. The following 5 images show board positions and its corresponding FEN representation.


Figure 1.
write a java programof string ; first letter should be upper case and rest in lowecase