Entries by Hannah Wangui

code

Question Hi Guys,Last part (5) of code does not working, please can you fix it. Please, code the question. import java.util.Scanner; public class DrawHalfArrow {   public static void main(String[] args) {      Scanner scnr = new Scanner(System.in);      int arrowBaseHeight = 0;      int arrowBaseWidth = 0;      int arrowHeadWidth = 0;      int i = 0;      System.out.println(“Enter arrow base height: “); […]

 

Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

This question was created from Zybooks Activity 1.13.1

Question This question was created from Zybooks Activity 1.13.1 Need the code for last part in java. This is as far in the code I have gotten: import java.util.Scanner; public class OutputWithVars { public static void main(String[] args) { Scanner scnr = new Scanner(System.in); int userNum;//allocates memory to the variable userNum System.out.println(“Enter integer: “);//This prompts […]

 

Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

A string

Question We are providing a string as an input to your program.Your job is to add the string , hello!to the string we provide you and then output it. Make sure you include the space after the comma! # Input from the command line import sys name = sys.argv[1] # Write code below   Looking for […]

 

Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"