January 29, 2020

Physics programming on electrical fields

The assignment would consist of creating a program in VPython that will place eight 1-nC charges at the following coordinates (in meters): <0,0,0>, <0,0,1>, <0,1,0>, <0,1,1>, […]
February 24, 2020

Debugging

C# code debugging.Debug the C# code (solution.doc) which allows user to delete any existing node whose child nodes are internal nodes. Line code is 160 (2 […]
June 27, 2020

Critter 2.0

Modify the Critter Caretaker game from the book by adding an unlisted (not shown to the player) debug option in the menu to give exact values […]
July 12, 2020

extract sentences and numbers

Part I – download a book1.    Download a copy of “The Adventures of Sherlock Holmes” by Arthur Conan Doyle from the Project Gutenberg website – https://www.gutenberg.org/ […]
July 14, 2020

graph representation of this code

Please write out a graph that represents the code below. This code creates a graph using Dictionary (denoted by { }). graph = { “a” : […]