I created this program in Java programming to get all recipes details inputs from user and then user can choose to insert, find, remove or display recipes detai
I am trying to make a scoreboard with images in processing, with images from 0 to 9, but any number greater than 9 does not make changes It should be something
I know this may a simple problem but I have a the following javascript object: const categories = { title: 'cat1', contents: [ { nam
I have a class array inside which I have declared an array its size and length. I am trying to merge two sorted arrays by creating the third array on the heap a
I'm trying to create a LabVIEW VI with an "ok button", a numeric indicator "Number of click" and an array of cluster, in which every cluster contain a TimeStamp
This should probably be simple, but I'm missing something. I want to have two arrays, combine them, then list out the values. I obviously don'
i'm use data structure to store JSON data Class node Friend ReadOnly position As Integer Friend ReadOnly position_Array As Integer Pub
I initially asked this question How to loop through a specific row of a 2-dimensional Array? and @FaneDuru was kind enough to supply a solution but now I am hop
I have the following sample data in a .txt file 111, Sybil, 21 112, Edith, 22 113, Mathew, 30 114, Mary, 25 the required output is [{"number":"111","name":"Syb
I am calling methods with parameters like this: methodName(Object... param). These methods I can't change. To keep my code a bit more dynamic, I have lists whic
I have this Object: { "data": { "success": true, "historical": true, "date": "2022-01-01", "base": "MXN", "rates": { "COFFEE": 0.021
I have this sample data and I wanted to filter it where the colors are less than 20 or equal to 20: const data = [ { name: "Item1", colors: { green: 8 } },
I have a file .txt containing some values formatted like this: 0,30,25,10 Now, I open up the file and store it into an array char imposta_tratt[300]; FILE *f
I am tasked with creating a C code that does what page-replacement algorithms do. The code is barely 200 lines, so I will try to send some portions and hopefull
const data = [ { productId: 6, productName: "pouch", productPrice: 29000, discountRate: 19, optionName: "13inch", optionPrice: 0,
I have 2D ArrayList consisting of Objects, i pass it to a function in another class, like this: public void function(ArrayList<ArrayList<Object>>)..
I want to access each element of my "to" value of the children property in my array. const items = [{ name: 'Administrateur', children: [ { name:
I am trying to access recipeIngredient in this array. I have tried this: <cfloop from="1" to="#ArrayLen(contents)#" index="i"> <cfoutput> #i.recip
I am importing data from 4 sources, their format is: | C | D | E | F | G | H | | 31.03.2022 | * | -60 000 | * | * | Prep
I am trying to create a function that takes form response data and applies it to a template to create a 'completion certificate' with their total scores, then e