Git Product home page Git Product logo

Ahmet's Projects

fizzbuzz icon fizzbuzz

PRACTICE - FizzBuzz This program is known as “FizzBuzz,” and it is well-known as a problem that is sometimes given as a first problem for coding job interviews. Your task is to write a program that counts up from 1 to some positive number provided by the user. Starting from 1, you should print each consecutive number. However, when the number you’re about to print is a multiple of 3, you should print the word "Fizz" instead of the number. For multiples of 5 print "Buzz” instead of the number, and for multiples of both 3 and 5, print the word "FizzBuzz" instead of the number. It is required that your program uses some kind of loop, and it is recommended that you use a while loop.

for-loop-practice icon for-loop-practice

Write a program that will ask the user to enter their grades for marking periods 1 through 4. Calculate their average. Write a program that will print out 123 12 1

github.io icon github.io

Get Chegg, Coursehero, OneClass, Scribd, StudyBlue, StuDocu, BookRags, Bartleby, and more unlocks here.

guess-the-number icon guess-the-number

a short program that has a user guess a mystery number between 1-10. The mystery number should be set as an int variable called mysNum, its value is determined by the programmer. The user guess should also be an int variable called guessNum. Print a message for the user letting them know if their guess was correct or not.

guessing-game icon guessing-game

Guessing game using dialog boxes (input and output)and Booleans to ask questions to the user.

my-dream-schedule icon my-dream-schedule

Print out your schedule using a combination of print, println, and escape sequences.

odds-evens icon odds-evens

Instantiate an array and load it with values. Write separate static methods to determine how many of the values in the array are odd and how many are even. The methods should print out either only odds or only evens.

plate-scraper icon plate-scraper

Web scraper to automate checking car make and model from license plate number.

running-average icon running-average

PRACTICE 1 - Running Average Write a program that repeatedly calculates the average of a list of non-negative numbers provided by the user, one at a time. Your program should use a scanner to repeatedly ask the user for a number, and then calculate and print out the average of all the numbers the user has provided so far. If the user provides a negative number, the program should end and print out the final average of all the numbers the user provided (not including the final negative number). Your program should be exact, providing the average as a decimal and not a rounded whole number. It is required that your program uses some kind of loop, and it is recommended that you use a do-while loop. You may assume that the user will always enter at least one non-negative number at the beginning.

scanner-practice icon scanner-practice

Utilize the Scanner class to input values into variables you have created. For example, variables for #1 could be cans AND total (theoretically, any value could be entered)

scoville-rating icon scoville-rating

Using the attached diagram write a series of nested if statements to create the proper outputs. You should not use any "else-if" statements

shapes icon shapes

******** for the calculation methods i included parameters which are not needed since they have access to instance variables AND outputs do not have unit labels *****************

snkrs-bot icon snkrs-bot

Selenium bot for Nike Snkrs site (I will try to re-make this bot)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.