MbG's repositories

Language:PythonStargazers:0Issues:0Issues:0

Hello-World

Using print function(C) to print "Hello,World!"

Language:CStargazers:0Issues:0Issues:0

Is-this-my-number

computer guess your number

Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

minimalist

Minimalist is a Jekyll theme inspired by the Minimal theme

Language:SCSSLicense:CC0-1.0Stargazers:0Issues:0Issues:0

storygenerator

generate a random story

Stargazers:0Issues:0Issues:0

Task2

Write a program that calculates how many cans of paint must be purchased to coat every (outer) surface of a cylindrical container. You must define variables of appropriate type, read in and print out values.

Language:CStargazers:0Issues:0Issues:0

Task3

Write a program that reads the parameters of a parabolic (second order) equation given as ax^2+bx+c=0 and prints the x1 and x2 solutions!

Language:CStargazers:0Issues:0Issues:0

Task4

"O" Triangle

Language:CStargazers:0Issues:0Issues:0

Task5

Prime factorization

Language:CStargazers:0Issues:0Issues:0

Task6

Convert to roman number

Language:CStargazers:0Issues:0Issues:0

University-Assignment

Create a program to store data of songs in a database. For each entry the program should store the following data: title of the song, name of the performer (singer or group), title of the album it was released on, year of release, genre of the music (rock, pop, hip-hop, jazz, classical, etc.), length of song (in minutes and seconds). The program should be able to: load existing database into memory (create a new if there is no database yet), add new song entry to the database, save the database (from the memory) into a file, display all songs of a user selected artist (the user may enter the artist, for example “Lady Gaga”), display all details of the songs of a user selected album (the user may enter the name of the artist and the title of the album), list all songs that were released in a user selected year, list all songs (title, performer, album, release year) of a user selected genre (for example: list all hip-hop songs).

Stargazers:0Issues:0Issues:0