Im having a lot of difficulties with this nested loopScan 3.jpg
So far this is all i have but i know its wrong so can someone please help me
public class LincolnField {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
for(int i = 0; i <= 20; i++)
{
System.out.print("|");
/*for(int j= 1; j <= 36; j++)
{
System.out.print("_");
}*/
System.out.println("|");
}
System.out.println("__");
for(int i = 1; i <= 9; i++)
{
System.out.println("_/" + "\\_");
for(int j = 0; j <= 22; j++)
{
System.out.print("..");
}