Coder Social home page Coder Social logo

Ivanka Pop's Projects

annagrampractice icon annagrampractice

Write a console application that inverts all words in the entered string. For example: "abcd efgh" => "dcba hgfe" All non-letter symbols must remain in place. For example: "a1bcd efg! H" => "d1cba hgf! E"

findmaxsum icon findmaxsum

The task of finding a list row with the maximum sum of elements. A file is provided (the path to the file must either be requested from the user at program startup, or taken from command line parameters if specified). Each line contains a set of numbers (comma, decimal point). Output the line number with the maximum sum of elements. Display the line numbers that contain non-numeric elements ("missing lines") as a separate list.

guessingnumber icon guessingnumber

ConsoleAplication. the computer "guesses" a number from 0 to 100 (inclusive). The person enters the answer, the program should: - if no number is entered - output an error - if the number entered is greater / less - display a hint for the player "the prescribed number is less / more" - if you guessed it - congratulations and offer to play again.

matrixflow icon matrixflow

Find the trace of the matrix (the trace of the matrix is ​​the sum of the elements of the main diagonal, the main diagonal of the square matrix is ​​the diagonal that passes through the upper left and lower right angles, the main diagonal of the rectangular matrix is ​​the diagonal, which starts in the upper left corner of the matrix and changes down and right, until the right or bottom edge of the matrix will not be reached). The size of the matrix (number of columns and rows) is entered by the user, and the matrix is ​​filled with random numbers (from 0 to 100 inclusive). Output the filled matrix into the console, highlight the main diagonal in color.

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.