Code Monkey home page Code Monkey logo

Ric Roney's Projects

asbestos-boys icon asbestos-boys

Official website for Charlotte , NC's own sci-fi punk band the Asbestos Boys

bamazon-mysql icon bamazon-mysql

Bamazon is a Node command line based storefront using the MySQL database

hunger-eightball icon hunger-eightball

A simple Magic Eight Ball app built to settle my family nightly argument of what we will be eating. This will settle the pain once and for all!

item-list icon item-list

A simple item list using JavaScript and CSS grid

math-optimization icon math-optimization

This program should be a short piece of code that prints all of the positive integers from 1 to 100 as described more fully below. The program may contain multiple methods, and if using an OO language, should be contained within a single class or object. The program should be designed so that it begins execution when invoked through whichever mechanism is most common for the implementation language. ▪ Print out all positive integers from 1 to 100, inclusive and in order. ▪ Print messages to standard output, matching the Sample Output below. ▪ In the output, state whether the each integer is 'odd' or 'even' in the output. ▪ If the number is divisible by three, instead of stating that the number is odd or even, state that the number is 'divisible by three'. ▪ If the number is divisible by both two and three, instead of saying that the number is odd, even or divisible by three; state that the number is 'divisible by two and three'. ▪ Design the logic of the loop to be as efficient as possible, using the minimal number of operations to perform the required logic. Sample Output The number '1' is odd. The number '2' is even. The number '3' is divisible by three. ... The number '6' is divisible by two and three.

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.