Code Monkey home page Code Monkey logo

Hi there πŸ‘‹

ladybug's Projects

bookdatabase icon bookdatabase

Create a small database, which will be used to store data about books. For a certain book, we want to keep the following information: β€’ Title β€’ Author The program must be able to store 1000 books, and the user will be allowed to: β€’ Add data for one book β€’ Display all the entered books (just title and author, in the same line) β€’ Search for the book(s) with a certain title β€’ Delete a book at a known position (for example, book number 6) β€’ Exit the program

string-manipulation icon string-manipulation

Create a program that asks the user for a string and: - Replaces all spaces with underscores (storing the result in a new string) - Removes leading spaces (storing the result in another string) - Removes trailing spaces (storing the result in another string) - Replaces all lowercase A by uppercase A (storing the result in another string) The program must display all the strings it generates.

switch icon switch

Create a C# program to display the "text mark" corresponding to a certain "numerical mark", using the following equivalence: β€’ 9,10 = Excellent β€’ 7,8 = Notable β€’ 6 = Good β€’ 5 = Pass β€’ 0-4 = Fail Your program must ask the user for a numerical mark and display the corresponding text mark. You must do it twice: first using β€œif” and then using β€œswitch

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.