• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

java array assignmebts

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
all assignments are in the attachments...

I hope not use too complicated method because I need to write annotate.
1-3.jpg
[Thumbnail for 1-3.jpg]
4.jpg
[Thumbnail for 4.jpg]
 
Rancher
Posts: 1776
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sato,

Welcome to Javaranch.

Please read that this site is NotACodeMill and you must ShowSomeEffort.

Show us what have you tried & any exceptions you face.
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And also DoYourOwnHomework . We can help you if you have any queries with the code you have writen.
 
Sato iku
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

John Jai wrote:Hi Sato,

Welcome to Javaranch.

Please read that this site is NotACodeMill and you must ShowSomeEffort.

Show us what have you tried & any exceptions you face.




hele me please I have no time ..............
 
Sato iku
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

John Jai wrote:Hi Sato,

Welcome to Javaranch.

Please read that this site is NotACodeMill and you must ShowSomeEffort.

Show us what have you tried & any exceptions you face.




please help me this time............. i don't wnat to be failed
 
Sheriff
Posts: 22796
131
Eclipse IDE Spring Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't mean to sound harsh, but that's not our problem. We want to help you find the solution yourself. If we provide the answers, you may pass the class but have learned nothing from it.
 
Marshal
Posts: 79652
380
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rob Spoor wrote: . . . If we provide the answers, you may pass the class but have learned nothing from it.

If we provide the answers, they will be found by anti-plagiarism software and you will receive an overall mark of 0.
 
author
Posts: 23956
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rob Spoor wrote:I don't mean to sound harsh, but that's not our problem. We want to help you find the solution yourself. If we provide the answers, you may pass the class but have learned nothing from it.



And this link is relevant too...

https://coderanch.com/how-to/java/SearchingForSolutionsHasRepercussions

Henry
 
Ranch Hand
Posts: 485
Eclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All the guys above ready to help you but you are not showing your efforts. Start thinking, First build an array having the all teams and iterate over it.
 
Sato iku
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sato iku wrote:

Mohana Rao Sv wrote:All the guys above ready to help you but you are not showing your efforts. Start thinking, First build an array having the all teams and iterate over it.


import java.util.Scanner;
public class A
{

public static void get (){

float[] array = new float[5];
Scanner input = new Scanner(System.in);

for (int i = 0; i < array.length; i++) {
array[i] = input.nextFloat(); }

System.out.println;);


}

}
public static void main (String args[]){
get();
}
}

 
Bartender
Posts: 6109
6
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there a question there?

When you post code, please UseCodeTags(⇐click) so it will be readable.
 
Greenhorn
Posts: 7
Scala Python Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sato. I'll get you stated. Write this code and then ask how to sort it. Now you have done something for yourself. More or less.

 
That's a very big dog. I think I want to go home now and hug this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic