473,320 Members | 1,719 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Printing elemenets 3x3 from 9 elements lists

1
What is the easiest way to print 3rows with 3cols from 9 elements list ? I mean list = [ 1, 2, 3, 4, 5, 6, 7, 8, 9]
1 2 3
4 5 6
7 8 9
Jan 9 '16 #1
1 1242
zmbd
5,501 Expert Mod 4TB
loop counter against the array elements

For each > http://php.net/manual/en/control-structures.foreach.php

general For loop > http://php.net/manual/en/control-structures.for.php

Ways to handle Arrays > http://php.net/manual/en/language.types.array.php

However, I like this site better for some tutorials...
arrays> http://www.w3schools.com/php/func_array.asp

If you are asking for code, that's not allowed, please see the FAQ; however, if you already have PHP script written post it here (formatted using the [CODE/] tool please :) ) along with a clear explanation of what it's doing and someone here can help spot the issue.
Jan 9 '16 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: sam | last post by:
Hi, I use "list" data container from STL. I m wondering how to print out all items from a list thru its iterator? I currently use two "for loop" for each list: list<HashMap>::iterator l_iter;...
7
by: crazy | last post by:
Hi It seems something really simple, but can't figure out. It's not my homework :), was just looking at some C problems on the web and came across this one. why doesn't the following code print...
5
by: micklee74 | last post by:
hi i have a list with contents like this alist = how can i "convert" this list into a dictionary such that dictionary = { '>QWER':'askfhs' , '>REWR' : 'sfsdf' , '>FGDG', 'sdfsdgffdgfdg' }
26
by: unexpected | last post by:
If have a list from 1 to 100, what's the easiest, most elegant way to print them out, so that there are only n elements per line. So if n=5, the printed list would look like: 1 2 3 4 5 6 7 8...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.