Problem This problem is from the Stanford Open Course CS106B Programming Abstractions Assignment #3 Problem number 6 here. “You are […]
Tag: beginner
Function that produces a n b n c n anbncn
Problem I’m trying to write a function that produces an infinite list containing strings of the form
Sports quiz in Python
Problem I’m a complete beginner at python and I know I’m probably approaching this the wrong way but I’ve tried […]
Simple calculation of sector coefficients using PHP
Problem Function This class extends the key class, called EQ, and does basic calculation based on minutely data. It then […]
Verifying if two numbers are equal using ArrayLists
Problem I have some question about the code below. It works correctly, but: Is there a better/another way to solve […]
Separate numbers with commas
Problem How should I approach refactoring this code? def separate_comma(number) a = number.to_s.split(”) b = a.size/3.0 if a.size < 4 […]
Properly create and customise a web app using visual studio 2015 C# MVC template
Problem I’m new to C# web, I want to know how to properly create a web app using visual studio […]
Javascript Snake
Problem I have implemented a little snake game with Javascript and Html. This is my first game with Javascript. I […]
class fizzbuzz():
Problem This is now an iterative review. The next iteration can be found here. Yep. Fizzbuzz in Python. I’ve been […]
Adding a number to an array of digits
Problem I’m a student in my first semester and in my free time and holidays, I do some java training […]