import java.util.Scanner;
class apple
{
public static void main(String args[])
{
Scanner input = new Scanner(System.in);
int ship1[][]= new int[6][6],ship2[][]=new int[6][6];
ship()
}
Type: Posts; User: bejoykodiyan
import java.util.Scanner;
class apple
{
public static void main(String args[])
{
Scanner input = new Scanner(System.in);
int ship1[][]= new int[6][6],ship2[][]=new int[6][6];
ship()
}
Thank you..however i had already done the suggested solution yestarday..i wanted to know any function to fill like i mentioned ..
anyways thxs for the reply ..
I am a powerbuilder programmer and currently we are migrating our PB application to java.
In PB we have a function called fill()
EG:
Fill("*", 35)
This statement returns a string whose value is...