class space
{
public static void main(String args[])
{
int i;
for(i=0;i<5;i++)
{
System.out.print("*");
System.out.print("_");
}
}
for(i=0;i<5;i++)
{
System.out.println("*");
}
}
GURPREET_6 0 Newbie Poster
rproffitt 2,662 "Nothing to see here." Moderator
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Joris Claassen 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.