Giter Site home page Giter Site logo

Ryan's Projects

30daysofcodeday1 icon 30daysofcodeday1

"Complete the code in the editor below. The variables , , and are already declared and initialized for you. You must: Declare variables: one of type int, one of type double, and one of type String. Read lines of input from stdin (according to the sequence given in the Input Format section below) and initialize your variables. Use the operator to perform the following operations: Print the sum of plus your int variable on a new line. Print the sum of plus your double variable to a scale of one decimal place on a new line. Concatenate with the string you read as input and print the result on a new line. Note: If you are using a language that doesn't support using for string concatenation (e.g.: C), you can just print one variable immediately following the other on the same line. The string provided in your editor must be printed first, immediately followed by the string you read as input."

30daysofcodeday2 icon 30daysofcodeday2

"Task Given the meal price (base cost of a meal), tip percent (the percentage of the meal price being added as tip), and tax percent (the percentage of the meal price being added as tax) for a meal, find and print the meal's total cost. Note: Be sure to use precise values for your calculations, or you may end up with an incorrectly rounded result!"

30daysofcodeday3 icon 30daysofcodeday3

"Given an integer, , perform the following conditional actions: If is odd, print Weird If is even and in the inclusive range of to , print Not Weird If is even and in the inclusive range of to , print Weird If is even and greater than , print Not Weird Complete the stub code provided in your editor to print whether or not is weird."

30daysofcodeday4 icon 30daysofcodeday4

"Write a Person class with an instance variable, , and a constructor that takes an integer, , as a parameter. The constructor must assign to after confirming the argument passed as is not negative; if a negative argument is passed as , the constructor should set to and print Age is not valid, setting age to 0.. In addition, you must write the following instance methods: yearPasses() should increase the instance variable by . amIOld() should perform the following conditional actions: If , print You are young.. If and , print You are a teenager.. Otherwise, print You are old.."

30daysofcodeday5 icon 30daysofcodeday5

Given an integer, N, print its first 10 multiples. Each multiple n x i (where 1 <= i <= 10) should be printed on a new line in the form: n x i = result.

30daysofcodeday6 icon 30daysofcodeday6

Given a string, S, of length N that is indexed from 0 to N -1, print its even-indexed and odd-indexed characters as 2 space-separated strings on a single line (see the Sample below for more detail). Note: 0 is considered to be an even index

30daysofcodeday7 icon 30daysofcodeday7

Given an array, A , of N integers, print A's elements in reverse order as a single line of space-separated numbers.

academiccurriculum icon academiccurriculum

This program produces and displays the contents of a diploma, two modules and the week number and title of each lecture in the module. It uses associations in order to link the diploma with modules and these modules to the lectures.

clickpoll-petition-website icon clickpoll-petition-website

A Fullstack petition website developed using C# .NET MVC framework, Javascript & jQuery, HTML and CSS. It allows for creation of user accounts, user generated petitions visible to other users and admin, plus CRUD operations with a database.

commentaggressioncnn icon commentaggressioncnn

A CNN trained using NLP to detect and categorise comments based on aggressive keyword presence.

countthesmileys icon countthesmileys

Search through an array of strings to see if a smiley is present and return the number of these found. Each smiley face must contain a valid pair of eyes. - Eyes can be marked as : or ; - A smiley face can have a nose but it does not have to - Valid characters for a nose are - or ~ Every smiling face must have a smiling mouth that should be marked with either ) or D

exercismcsharp icon exercismcsharp

A repo of completed tasks from Exercism, doubling as a learning resource and code test prep

exesandohs icon exesandohs

A simple codewars challenge to count the occurrences of x and o (case-insensitive) characters in a string, returning true if there are the same number of x's and o's in the String and false if there are not.

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.