Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

just wanted another set of eyes to make sure everything is perfect

just wanted another set of eyes to make sure everything is perfect with myr

Screenshot (166).png
loopfriends – Notepad
X
File Edit Format View Help
//Brianna Scott
/ /Date: 7/4/2019
//Course: CMIS141
//Purpose: This program demonstrates how to construct a patteren using for loops
//FileName : LoopFriends . java
//Import required java class
import java. util. Scanner;
public class LoopFriends {
public static void main(String args) {
Scanner inputStream = new Scanner (System. in) ;
//inner loop is printint statement
for (int i=1; i<10; i+=2) {
for (int j=0; j<9-i/2; j++){
System. out. printIn("Loops are my Friend");
}
//outter loop is skipping row lines
for (int j=0; j<i; j++){
System. out . print(" ");
System. out. print("\");
Ln 22, Col 36
O Type here to search
4
?)
A [X
5:22 PM
7/7/2019
 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"