#I'm not fully understanding this assignment.

14 messages · Page 1 of 1 (latest)

granite sundial
#

This is my current coding, does it look like I got the gist of it.

import javax.swing.ImageIcon;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
/* This program demonstrates using dialongs with JOptionPane.
*/

public class QuestionD
{
public static void main(String[] args)
{
ImageIcon icono = new ImageIcon("Angelito.jpg");
int [] num = new int[18];
num [0] = 74;
num [1] = 97;
num [2] = 118;
num [3] = 97;
num [4] = 32;
num [5] = 105;
num [6] = 115;
num [7] = 32;
num [8] = 71;
num [9] = 114;
num [10] = 101;
num [11] = 97;
num [12] = 116;
num [13] = 32;
num [14] = 70;
num [15] = 117;
num [16] = 110;
num [17] = 33;

int i= 0 ;
String s1 = "number value " ;

for ( i = 0; i < num.length; i++ )

System.out.println(s1.toUpperCase() + num[i]);

System.out.print("End of Program");
}
}

grand shellBOT
#

This post has been reserved for your question.

Hey @granite sundial! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

muted nexus
#

That loop is not adhering to what has been said in the assignment procedures

grand shellBOT
#

💤 Post marked as dormant

This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.

granite sundial
#

Hello

#

I’m in need of assistance I greatly appreciate any feedback or comments to help me steer in the correct direction.

granite sundial
#

?

echo bolt
#

That is weird phrasing idk

granite sundial
#

Wym ?

#

The snapshot of the assignment?

#

Am i gonna get no help here

lapis fractal
#

It is worded a bit vague but I think it is referring to you adding all of the values together such as follows:

String str = "";
for(int i : num)
  str += i;
grand shellBOT
#

💤 Post marked as dormant

This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.