How can I define pages in an array?
This seems so basic, yet I am struggling with it so bad. I am creating a navigation that has multi layer dropdowns using ul’s and li’s so in order to have each (the dropdown and active link within …
Start Learning to Code
This seems so basic, yet I am struggling with it so bad. I am creating a navigation that has multi layer dropdowns using ul’s and li’s so in order to have each (the dropdown and active link within …
I am working on a poll system where each user can vote once per poll. If they submit their vote it will be inserted in the polls_results table To check if a user already submitted a vote i made an sql …
I have a little question about “if statemenet” in my code. I really dont understand why this is not working propperly. Ok.. So to finish my tic-tac-toe game i have only to write a function …
My json array response is something like below: response = [ { “ID”: “123”, “Name”:”Test1″, “Data”:{ “Status”:”Red”, &…
I wrote the following script to help me study. The program closes distracting apps if found running while the script is being executed. I want some way to expand the scope of monitoring for programs …
I have a Spreadsheed that looks like this: I need to create a map from these values. But I also need each child’s parents. The map will be uploaded to a database where the children parent ID will be …
So this is my code, and i want to print out a new line saying what the average number of letters used. And i also want to print the longest name written in.. but i cant make it work.. Any suggestions??…
So here is my code. i´ve not managed to use the ascending.. i want the user to type infinite amount of names and then type exit to get the result.. import java.util.Scanner; import java.util….
I’m just messing about really but ran into a problem. I’m trying to create a username when a user clicks on a div within the page. I want it to store the usernames in an array. If the username …
Here is my code, when inputting the options in the main menu, I am unable to exit from the program when trying to exit. I would like to know where I have gone wrong. public static int main_menu(int …