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
-
1:01:40
HotZone
6 days ago $4.64 earned"Prepare for WAR" - Confronting the URGENT Threat to America
52.4K16 -
20:23
Scammer Payback
10 hours agoTerrifying Scammers with File Deletions
29K9 -
16:22
The Gun Collective
6 hours agoWOW! 17 New Guns JUST GOT RELEASED!
34.1K10 -
1:13:57
Glenn Greenwald
7 hours agoYoung Men and Online Radicalization: Dissecting Internet Subcultures with Lee Fang, Katherine Dee, and Evan Barker | SYSTEM UPDATE #516
171K70 -
1:14:57
Sarah Westall
4 hours agoCEO of Crowds on Demand: The Fake World of Social Media, Protests & Movements w/ Adam Swart
55.2K5 -
4:03:25
Geeks + Gamers
7 hours agoTuesday Night's Main Event
74.6K2 -
40:36
RiftTV
6 hours agoHow We Got 400 Leftists FIRED for MOCKING Charlie Kirk | The Rift | Guest: Olivia Krolczyk
73.9K59 -
1:28:58
Badlands Media
20 hours agoBadlands Story Hour Ep 134: Godzilla Minus One
43.6K7 -
1:33:43
Patriots With Grit
15 hours agoWrongful Death Without Consequences: Inside the Schara Trial | Scott Schara
23.4K1 -
13:09:25
LFA TV
18 hours agoLFA TV ALL DAY STREAM - TUESDAY 9/16/25
244K49