menu
QAmmunity.org
Questions by TravellingGeek
Login
Register
My account
Edit my Profile
Private messages
My favorites
Register
Questions by TravellingGeek
Ask a Question
Questions
Unanswered
Tags
Categories
Ask a Question
Questions by TravellingGeek
Filter
User TravellingGeek
Recent activity
All questions
All answers
Find the gcf of 72 and 80
asked
Feb 21, 2020
Mathematics
middle-school
1
answer
3
votes
111k
views
Java public class Odds { public static void main(String[] args) { printOdds(3); printOdds(17/2); int x = 25; printOdds(37 – x +1); } public static void printOdds(int n) { for (int i = 1; i <= n; i++) { int odd = 2*i -1; System.out.print(odd + " "); } System.out.println(); } } Write the output.
asked
Jan 17, 2020
Computers and Technology
high-school
1
answer
4
votes
176k
views
Page:
« prev
1
2
Ask a Question
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.
5.7m
questions
7.4m
answers
Search QAmmunity.org