Premium Only Content
INPUT AND FORMATTED OUTPUT: RIGHT-FACING ARROW | USING NETBEANS | Angel Palacios
#InputAndFormattedOutputRightFacingArrow
LAB: INPUT AND FORMATTED OUTPUT: RIGHT-FACING ARROW
Given two input integers for an arrowhead and arrow body, print a right-facing arrow.
Ex: If the input is:
0 1
the output is:
1
11
00000111
000001111
00000111
11
1
Chapters:
0:00 Intro
0:11 Right-facing arrow
5:37 Output (Results)
SOLUTION: ** LabProgram.java **
import java.util.Scanner;
public class LabProgram {
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
int baseChar;
int headChar;
baseChar = scnr.nextInt();
headChar = scnr.nextInt();
System.out.print(" ");
System.out.println(headChar);
System.out.print(" ");
System.out.print(headChar);
System.out.println(headChar);
System.out.print(baseChar);
System.out.print(baseChar);
System.out.print(baseChar);
System.out.print(baseChar);
System.out.print(baseChar);
System.out.print(headChar);
System.out.print(headChar);
System.out.println(headChar);
System.out.print(baseChar);
System.out.print(baseChar);
System.out.print(baseChar);
System.out.print(baseChar);
System.out.print(baseChar);
System.out.print(headChar);
System.out.print(headChar);
System.out.print(headChar);
System.out.println(headChar);
System.out.print(baseChar);
System.out.print(baseChar);
System.out.print(baseChar);
System.out.print(baseChar);
System.out.print(baseChar);
System.out.print(headChar);
System.out.print(headChar);
System.out.println(headChar);
System.out.print(" ");
System.out.print(headChar);
System.out.println(headChar);
System.out.print(" ");
System.out.println(headChar);
}
}
Good luck and I hope this helps!
Thank you all for watching!
Music in this video
Music: Paradise and Harmony
Musician: @iksonmusic
-
LIVE
Jeff Ahern
1 hour agoNever Woke Wednesday with Jeff Ahern( Leftists losing everywhere)
340 watching -
9:04
GBGunsRumble
12 hours agoGBGuns Armory Ep 134 Walther PDP F Pro
28.4K1 -
13:12
Melonie Mac
21 hours agoAspyr Teases Possible New Tomb Raider Games in Classic Remastered Style
19.1K7 -
44:49
Chrissy Clark
15 hours agoThe Rise Of Female Shooters, ABC News’ $16M Settlement, & MORE I Underreported Stories
15.5K4 -
2:49:13
InfiniteWaters(DivingDeep)
23 hours agoIt's Over - The Matrix Is Cooked | Infinite Waters
16.2K9 -
15:49
Chris From The 740
1 day ago $4.63 earnedThe EAA Girsan Influencer X - Not Your Grandpa's 1911
37.1K2 -
25:38
Producer Michael
18 hours agoLuxury Souq's MULTI-MILLION DOLLAR Watch Collection!
90.8K5 -
17:06
Sleep is CANCELED
22 hours ago10 SCARY Videos To Keep You Up All Night!
59K2 -
2:37
Canadian Crooner
1 year agoPat Coolen | Let It Snow!
38.8K9 -
2:44
BIG NEM
13 hours agoWhat's Really Behind the Fake Alpha Male Epidemic?
32.6K6